Skip to content

Commit 90aaa0f

Browse files
John ButeJohn Bute
authored andcommitted
using msvc compilers instead
1 parent 1128182 commit 90aaa0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3625,7 +3625,8 @@ function Build-ArgumentParser([Hashtable] $Platform) {
36253625
-Bin (Get-ProjectBinaryCache $Platform ArgumentParser) `
36263626
-InstallTo "$($Platform.ToolchainInstallRoot)\usr" `
36273627
-Platform $Platform `
3628-
-UseBuiltCompilers Swift C`
3628+
-UseBuiltCompilers Swift `
3629+
-UseMSVCCompilers C `
36293630
-SwiftSDK (Get-SwiftSDK -OS $Platform.OS -Identifier $Platform.DefaultSDK) `
36303631
-Defines @{
36313632
BUILD_SHARED_LIBS = "YES";

0 commit comments

Comments
 (0)