Skip to content

Commit d51491f

Browse files
committed
build.ps1: enable SwiftRemoteMirror in the experimental SDK
Ensure that we build the swift remote mirror on Windows in the experimental SDK builds.
1 parent 7e70088 commit d51491f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2577,6 +2577,8 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
25772577

25782578
# FIXME(compnerd) remove this once the default option is flipped to `ON`.
25792579
SwiftCore_ENABLE_CONCURRENCY = "YES";
2580+
# FIXME(compnerd) remove this once the default option is flipped to `ON`.
2581+
SwiftCore_ENABLE_REMOTE_MIRROR = "YES";
25802582
}
25812583

25822584
Build-CMakeProject `

0 commit comments

Comments
 (0)