mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into master-rebranch
This commit is contained in:
@@ -1416,7 +1416,7 @@ for host in "${ALL_HOSTS[@]}"; do
|
||||
module_cache="${build_dir}/module-cache"
|
||||
|
||||
# Add any specific cmake options specified by build-script
|
||||
product_cmake_options_name=$(to_varname "${product}")_CMAKE_OPTIONS
|
||||
product_cmake_options_name=$(to_varname "${product/_static}")_CMAKE_OPTIONS
|
||||
product_cmake_options=(${!product_cmake_options_name}) # convert to array
|
||||
cmake_options+=("${product_cmake_options[@]}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user