Skip to content

Commit d87274a

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents 608edaf + 628d4c5 commit d87274a

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
@@ -1549,6 +1549,8 @@ function Build-Runtime([Platform]$Platform, $Arch) {
15491549
$PlatformDefines += @{
15501550
LLVM_ENABLE_LIBCXX = "YES";
15511551
SWIFT_USE_LINKER = "lld";
1552+
SWIFT_INCLUDE_TESTS = "NO";
1553+
SWIFT_INCLUDE_TEST_BINARIES = "NO";
15521554
}
15531555
}
15541556

0 commit comments

Comments
 (0)