Skip to content

Commit 6dc8686

Browse files
authored
Add CXX compiler to SCL-F Windows build (swiftlang#74427)
1 parent 32a24f9 commit 6dc8686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ function Build-Foundation([Platform]$Platform, $Arch, [switch]$Test = $false) {
16561656
-InstallTo $InstallPath `
16571657
-Arch $Arch `
16581658
-Platform $Platform `
1659-
-UseBuiltCompilers ASM,C,Swift `
1659+
-UseBuiltCompilers ASM,C,CXX,Swift `
16601660
-BuildTargets $Targets `
16611661
-Defines (@{
16621662
FOUNDATION_BUILD_TOOLS = if ($Platform -eq "Windows") { "YES" } else { "NO" };

0 commit comments

Comments
 (0)