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 8040202 commit 8b9b707Copy full SHA for 8b9b707
src/globals/test-extensions.php
@@ -114,7 +114,7 @@ function quote2(string $param): string
114
}
115
116
// generate build command
117
-if ($argv[1] === 'build_cmd') {
+if ($argv[1] === 'build_cmd' || $argv[1] === 'build_embed_cmd') {
118
$build_cmd = 'build ';
119
$build_cmd .= quote2($final_extensions) . ' ';
120
$build_cmd .= $zts ? '--enable-zts ' : '';
0 commit comments