Skip to content

Commit 806b3bf

Browse files
authored
Merge pull request #26620 from apple/libdispatch_static_cmake_options_fixup
[build-script] Propagate libdispatch-cmake-options
2 parents eb1a752 + 5579118 commit 806b3bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script-impl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,7 @@ for host in "${ALL_HOSTS[@]}"; do
21172117
tmp_product=${product}
21182118
if [[ ${tmp_product} == "libdispatch_static" ]]; then
21192119
tmp_product=libdispatch
2120+
LIBDISPATCH_STATIC_CMAKE_OPTIONS=${LIBDISPATCH_CMAKE_OPTIONS[@]}
21202121
fi
21212122
if ! [[ $(should_execute_action "${host}-${tmp_product}-build") ]]; then
21222123
continue

0 commit comments

Comments
 (0)