Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 7f6d16b

Browse files
committed
Merge branch 'main' of github.com:apple/swift into tensorflow-stage
* 'main' of github.com:apple/swift: Build libdispatch with its own module cache (swiftlang#34638)
2 parents 87312de + f4b86c9 commit 7f6d16b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script-impl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,6 +2325,7 @@ for host in "${ALL_HOSTS[@]}"; do
23252325
-DCMAKE_CXX_COMPILER:PATH="${CLANG_BIN}/clang++"
23262326
-DCMAKE_SWIFT_COMPILER:PATH="${SWIFTC_BIN}"
23272327
-DCMAKE_Swift_COMPILER:PATH="${SWIFTC_BIN}"
2328+
-DCMAKE_Swift_FLAGS:STRING="-module-cache-path \"${module_cache}\""
23282329
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
23292330
-DCMAKE_INSTALL_LIBDIR:PATH="lib"
23302331

0 commit comments

Comments
 (0)