File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2331,7 +2331,7 @@ for host in "${ALL_HOSTS[@]}"; do
23312331 continue
23322332 fi
23332333
2334- if [[ " ${BUILD_SWIFT_TOOLS } " == " 0" ]]; then
2334+ if [[ " ${CROSS_COMPILE_BUILD_SWIFT_TOOLS } " == " 0" ]]; then
23352335 echo " Skipping building Foundation Macros for ${host} , because the host tools are not being built"
23362336 continue
23372337 fi
@@ -2920,7 +2920,7 @@ for host in "${ALL_HOSTS[@]}"; do
29202920 continue
29212921 fi
29222922
2923- if [[ " ${BUILD_SWIFT_TOOLS } " == " 0" && " ${product} " == " foundation_macros" ]]; then
2923+ if [[ " ${CROSS_COMPILE_BUILD_SWIFT_TOOLS } " == " 0" && " ${product} " == " foundation_macros" ]]; then
29242924 echo " Skipping installing Foundation Macros for ${host} , because the host tools are not being built"
29252925 continue
29262926 fi
You can’t perform that action at this time.
0 commit comments