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-next
This commit is contained in:
@@ -1614,6 +1614,9 @@ for host in "${ALL_HOSTS[@]}"; do
|
||||
tmp_product=libdispatch
|
||||
LIBDISPATCH_STATIC_CMAKE_OPTIONS=${LIBDISPATCH_CMAKE_OPTIONS[@]}
|
||||
fi
|
||||
if [[ ${tmp_product} == "foundation_static" ]]; then
|
||||
tmp_product=foundation
|
||||
fi
|
||||
if ! [[ $(should_execute_action "${host}-${tmp_product}-build") ]]; then
|
||||
continue
|
||||
fi
|
||||
@@ -2858,6 +2861,9 @@ for host in "${ALL_HOSTS[@]}"; do
|
||||
if [[ ${tmp_product} == "libdispatch_static" ]]; then
|
||||
tmp_product=libdispatch
|
||||
fi
|
||||
if [[ ${tmp_product} == "foundation_static" ]]; then
|
||||
tmp_product=foundation
|
||||
fi
|
||||
if ! [[ $(should_execute_action "${host}-${tmp_product}-install") ]]; then
|
||||
continue
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user