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.
2 parents e9d451b + b751eb4 commit f449ba7Copy full SHA for f449ba7
utils/build-script-impl
@@ -2629,7 +2629,7 @@ for host in "${ALL_HOSTS[@]}"; do
2629
2630
trap "tests_busted ${product} ''" ERR
2631
build_dir=$(build_directory ${host} ${product})
2632
- build_cmd=("${CMAKE}" --build "${build_dir}" $(cmake_config_opt ${product}) -- ${BUILD_ARGS})
+ build_cmd=("${CMAKE}" --build "${build_dir}" $(cmake_config_opt ${product}) -- "${BUILD_ARGS[@]}")
2633
2634
if [[ "${executable_target}" != "" ]]; then
2635
echo "--- Building tests for ${product} ---"
0 commit comments