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 @@ -2336,7 +2336,7 @@ for host in "${ALL_HOSTS[@]}"; do
2336
2336
continue
2337
2337
fi
2338
2338
2339
- if [[ " ${BUILD_SWIFT_TOOLS } " == " 0" ]]; then
2339
+ if [[ " ${CROSS_COMPILE_BUILD_SWIFT_TOOLS } " == " 0" ]]; then
2340
2340
echo " Skipping building Foundation Macros for ${host} , because the host tools are not being built"
2341
2341
continue
2342
2342
fi
@@ -2925,7 +2925,7 @@ for host in "${ALL_HOSTS[@]}"; do
2925
2925
continue
2926
2926
fi
2927
2927
2928
- if [[ " ${BUILD_SWIFT_TOOLS } " == " 0" && " ${product} " == " foundation_macros" ]]; then
2928
+ if [[ " ${CROSS_COMPILE_BUILD_SWIFT_TOOLS } " == " 0" && " ${product} " == " foundation_macros" ]]; then
2929
2929
echo " Skipping installing Foundation Macros for ${host} , because the host tools are not being built"
2930
2930
continue
2931
2931
fi
You can’t perform that action at this time.
0 commit comments