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 8c8f5b1 + 6b9c570 commit 8beb904Copy full SHA for 8beb904
utils/build-script-impl
@@ -1416,7 +1416,7 @@ for host in "${ALL_HOSTS[@]}"; do
1416
module_cache="${build_dir}/module-cache"
1417
1418
# Add any specific cmake options specified by build-script
1419
- product_cmake_options_name=$(to_varname "${product}")_CMAKE_OPTIONS
+ product_cmake_options_name=$(to_varname "${product/_static}")_CMAKE_OPTIONS
1420
product_cmake_options=(${!product_cmake_options_name}) # convert to array
1421
cmake_options+=("${product_cmake_options[@]}")
1422
0 commit comments