We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9cd4d7 + 29339b9 commit 56cd671Copy full SHA for 56cd671
src/SPC/builder/extension/yac.php
@@ -21,6 +21,6 @@ public function patchBeforeBuildconf(): bool
21
22
public function getUnixConfigureArg(bool $shared = false): string
23
{
24
- return '--enable-yac ' . ($shared ? '=shared' : '') . ' --enable-igbinary --enable-json --with-system-fastlz';
+ return '--enable-yac' . ($shared ? '=shared' : '') . ' --enable-igbinary --enable-json --with-system-fastlz';
25
}
26
0 commit comments