File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1614,6 +1614,9 @@ for host in "${ALL_HOSTS[@]}"; do
1614
1614
tmp_product=libdispatch
1615
1615
LIBDISPATCH_STATIC_CMAKE_OPTIONS=${LIBDISPATCH_CMAKE_OPTIONS[@]}
1616
1616
fi
1617
+ if [[ ${tmp_product} == " foundation_static" ]]; then
1618
+ tmp_product=foundation
1619
+ fi
1617
1620
if ! [[ $( should_execute_action " ${host} -${tmp_product} -build" ) ]]; then
1618
1621
continue
1619
1622
fi
@@ -2858,6 +2861,9 @@ for host in "${ALL_HOSTS[@]}"; do
2858
2861
if [[ ${tmp_product} == " libdispatch_static" ]]; then
2859
2862
tmp_product=libdispatch
2860
2863
fi
2864
+ if [[ ${tmp_product} == " foundation_static" ]]; then
2865
+ tmp_product=foundation
2866
+ fi
2861
2867
if ! [[ $( should_execute_action " ${host} -${tmp_product} -install" ) ]]; then
2862
2868
continue
2863
2869
fi
You can’t perform that action at this time.
0 commit comments