Skip to content

Commit 045211c

Browse files
edymttshahmishal
andauthored
Update flag type as per review feedback
Co-authored-by: Mishal Shah <shahmishal@users.noreply.github.com>
1 parent 51bebba commit 045211c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@ for host in "${ALL_HOSTS[@]}"; do
23192319
-DCMAKE_CXX_COMPILER:PATH="${CLANG_BIN}/clang++"
23202320
-DCMAKE_SWIFT_COMPILER:PATH="${SWIFTC_BIN}"
23212321
-DCMAKE_Swift_COMPILER:PATH="${SWIFTC_BIN}"
2322-
-DCMAKE_Swift_FLAGS:PATH="-module-cache-path \"${module_cache}\""
2322+
-DCMAKE_Swift_FLAGS:STRING="-module-cache-path \"${module_cache}\""
23232323
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
23242324
-DCMAKE_INSTALL_LIBDIR:PATH="lib"
23252325

0 commit comments

Comments
 (0)