mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
watcher...
This commit is contained in:
parent
92338d478e
commit
c46f8513dd
@ -289,7 +289,7 @@ abstract class UnixBuilderBase extends BuilderBase
|
|||||||
f_putenv("PATH={$path}");
|
f_putenv("PATH={$path}");
|
||||||
|
|
||||||
$brotliLibs = $this->getLib('brotli') !== null ? '-lbrotlienc -lbrotlidec -lbrotlicommon' : '';
|
$brotliLibs = $this->getLib('brotli') !== null ? '-lbrotlienc -lbrotlidec -lbrotlicommon' : '';
|
||||||
$watcherLibs = $this->getLib('brotli') !== null ? '-lwatcher-c' : '';
|
$watcherLibs = $this->getLib('watcher') !== null ? '-lwatcher-c' : '';
|
||||||
$nobrotli = $this->getLib('brotli') === null ? ',nobrotli' : '';
|
$nobrotli = $this->getLib('brotli') === null ? ',nobrotli' : '';
|
||||||
$nowatcher = $this->getLib('watcher') === null ? ',nowatcher' : '';
|
$nowatcher = $this->getLib('watcher') === null ? ',nowatcher' : '';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user