watcher...

This commit is contained in:
DubbleClick 2025-06-18 11:34:05 +07:00
parent 92338d478e
commit c46f8513dd

View File

@ -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' : '';