mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 22:35:43 +08:00
watcher...
This commit is contained in:
@@ -289,7 +289,7 @@ abstract class UnixBuilderBase extends BuilderBase
|
||||
f_putenv("PATH={$path}");
|
||||
|
||||
$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' : '';
|
||||
$nowatcher = $this->getLib('watcher') === null ? ',nowatcher' : '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user