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.
1 parent db109e3 commit 29339b9Copy full SHA for 29339b9
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