Skip to content

Commit 4bf1059

Browse files
authored
Merge pull request #28293 from spevans/pr_static_foundation
2 parents 9a1d482 + da69915 commit 4bf1059

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/build-script-impl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,6 +1614,9 @@ for host in "${ALL_HOSTS[@]}"; do
16141614
tmp_product=libdispatch
16151615
LIBDISPATCH_STATIC_CMAKE_OPTIONS=${LIBDISPATCH_CMAKE_OPTIONS[@]}
16161616
fi
1617+
if [[ ${tmp_product} == "foundation_static" ]]; then
1618+
tmp_product=foundation
1619+
fi
16171620
if ! [[ $(should_execute_action "${host}-${tmp_product}-build") ]]; then
16181621
continue
16191622
fi
@@ -2858,6 +2861,9 @@ for host in "${ALL_HOSTS[@]}"; do
28582861
if [[ ${tmp_product} == "libdispatch_static" ]]; then
28592862
tmp_product=libdispatch
28602863
fi
2864+
if [[ ${tmp_product} == "foundation_static" ]]; then
2865+
tmp_product=foundation
2866+
fi
28612867
if ! [[ $(should_execute_action "${host}-${tmp_product}-install") ]]; then
28622868
continue
28632869
fi

0 commit comments

Comments
 (0)