Skip to content

Commit 817e5cb

Browse files
committed
build.ps1: remove superfluous CMAKE_Swift_COMPILER_WORKS
This is implicitly passed in `Build-CMakeProject` and does not need to be specified.
1 parent 5fb4aa6 commit 817e5cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2361,7 +2361,6 @@ function Build-Runtime([Hashtable] $Platform) {
23612361
-SwiftSDK $null `
23622362
-CacheScript $SourceCache\swift\cmake\caches\Runtime-$($Platform.OS.ToString())-$($Platform.Architecture.LLVMName).cmake `
23632363
-Defines ($PlatformDefines + @{
2364-
CMAKE_Swift_COMPILER_WORKS = "YES";
23652364
LLVM_DIR = "$(Get-ProjectBinaryCache $Platform LLVM)\lib\cmake\llvm";
23662365
SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY = "YES";
23672366
SWIFT_ENABLE_EXPERIMENTAL_CXX_INTEROP = "YES";

0 commit comments

Comments
 (0)