Skip to content

Commit 9090471

Browse files
authored
[6.0] Add CXX compiler to SCL-F Windows build (#74434)
1 parent 0568e35 commit 9090471

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
@@ -1433,7 +1433,7 @@ function Build-Foundation([Platform]$Platform, $Arch, [switch]$Test = $false) {
14331433
-InstallTo "$($Arch.SDKInstallRoot)\usr" `
14341434
-Arch $Arch `
14351435
-Platform $Platform `
1436-
-UseBuiltCompilers ASM,C,Swift `
1436+
-UseBuiltCompilers ASM,C,CXX,Swift `
14371437
-BuildTargets $Targets `
14381438
-Defines (@{
14391439
# Turn off safeseh for lld as it has safeseh enabled by default

0 commit comments

Comments
 (0)