Skip to content

Commit 8b9b707

Browse files
committed
Fix test
1 parent 8040202 commit 8b9b707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globals/test-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function quote2(string $param): string
114114
}
115115

116116
// generate build command
117-
if ($argv[1] === 'build_cmd') {
117+
if ($argv[1] === 'build_cmd' || $argv[1] === 'build_embed_cmd') {
118118
$build_cmd = 'build ';
119119
$build_cmd .= quote2($final_extensions) . ' ';
120120
$build_cmd .= $zts ? '--enable-zts ' : '';

0 commit comments

Comments
 (0)