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
2331
2331
continue
2332
2332
fi
2333
2333
2334
- if [[ " ${BUILD_SWIFT_TOOLS } " == " 0" ]]; then
2334
+ if [[ " ${CROSS_COMPILE_BUILD_SWIFT_TOOLS } " == " 0" ]]; then
2335
2335
echo " Skipping building Foundation Macros for ${host} , because the host tools are not being built"
2336
2336
continue
2337
2337
fi
@@ -2920,7 +2920,7 @@ for host in "${ALL_HOSTS[@]}"; do
2920
2920
continue
2921
2921
fi
2922
2922
2923
- if [[ " ${BUILD_SWIFT_TOOLS } " == " 0" && " ${product} " == " foundation_macros" ]]; then
2923
+ if [[ " ${CROSS_COMPILE_BUILD_SWIFT_TOOLS } " == " 0" && " ${product} " == " foundation_macros" ]]; then
2924
2924
echo " Skipping installing Foundation Macros for ${host} , because the host tools are not being built"
2925
2925
continue
2926
2926
fi
You can’t perform that action at this time.
0 commit comments