Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Dec 10, 2024
1 parent e0bb7d4 commit c42b98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals/test-extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function quote2(string $param): string
}

// generate build command
if ($argv[1] === 'build_cmd') {
if ($argv[1] === 'build_cmd' || $argv[1] === 'build_embed_cmd') {
$build_cmd = 'build ';
$build_cmd .= quote2($final_extensions) . ' ';
$build_cmd .= $zts ? '--enable-zts ' : '';
Expand Down

0 comments on commit c42b98b

Please sign in to comment.