Skip to content

Commit 044275d

Browse files
committed
typo
1 parent c5316f9 commit 044275d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/linux/LinuxBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function buildPHP(int $build_target = BUILD_TARGET_NONE): void
122122
$json_74 .
123123
$zts .
124124
$maxExecutionTimers .
125-
(!$has_avx512 ? 'php_cv_have_avx512=no php_cv_have_avx512vbmi ' : '') .
125+
(!$has_avx512 ? 'php_cv_have_avx512=no php_cv_have_avx512vbmi=no ' : '') .
126126
$this->makeStaticExtensionArgs() . ' '
127127
));
128128

0 commit comments

Comments
 (0)