We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bebba commit 045211cCopy full SHA for 045211c
utils/build-script-impl
@@ -2319,7 +2319,7 @@ for host in "${ALL_HOSTS[@]}"; do
2319
-DCMAKE_CXX_COMPILER:PATH="${CLANG_BIN}/clang++"
2320
-DCMAKE_SWIFT_COMPILER:PATH="${SWIFTC_BIN}"
2321
-DCMAKE_Swift_COMPILER:PATH="${SWIFTC_BIN}"
2322
- -DCMAKE_Swift_FLAGS:PATH="-module-cache-path \"${module_cache}\""
+ -DCMAKE_Swift_FLAGS:STRING="-module-cache-path \"${module_cache}\""
2323
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
2324
-DCMAKE_INSTALL_LIBDIR:PATH="lib"
2325
0 commit comments