File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 1
- diff --git a/swift/utils/build-script-impl b/swift/utils/build-script-impl
2
- index 890fc5e1419..a9bdd7f8842 100755
3
- --- a/swift/utils/build-script-impl
4
- +++ b/swift/utils/build-script-impl
5
- @@ -2331,7 +2331,7 @@ for host in "${ALL_HOSTS[@]}"; do
6
- continue
7
- fi
8
-
9
- - if [[ "${BUILD_SWIFT_TOOLS}" == "0" ]]; then
10
- + if [[ "${CROSS_COMPILE_BUILD_SWIFT_TOOLS}" == "0" ]]; then
11
- echo "Skipping building Foundation Macros for ${host}, because the host tools are not being built"
12
- continue
13
- fi
14
- @@ -2920,7 +2920,7 @@ for host in "${ALL_HOSTS[@]}"; do
15
- continue
16
- fi
17
-
18
- - if [[ "${BUILD_SWIFT_TOOLS}" == "0" && "${product}" == "foundation_macros" ]]; then
19
- + if [[ "${CROSS_COMPILE_BUILD_SWIFT_TOOLS}" == "0" && "${product}" == "foundation_macros" ]]; then
20
- echo "Skipping installing Foundation Macros for ${host}, because the host tools are not being built"
21
- continue
22
- fi
23
1
diff --git a/swift-corelibs-libdispatch/cmake/modules/SwiftSupport.cmake b/swift-corelibs-libdispatch/cmake/modules/SwiftSupport.cmake
24
2
index 3da519e..e2dd8ed 100644
25
3
--- a/swift-corelibs-libdispatch/cmake/modules/SwiftSupport.cmake
You can’t perform that action at this time.
0 commit comments