using msvc compilers instead

This commit is contained in:
John Bute
2025-12-10 13:05:53 -05:00
parent 1128182d67
commit 90aaa0fe3e

View File

@@ -3625,7 +3625,8 @@ function Build-ArgumentParser([Hashtable] $Platform) {
-Bin (Get-ProjectBinaryCache $Platform ArgumentParser) `
-InstallTo "$($Platform.ToolchainInstallRoot)\usr" `
-Platform $Platform `
-UseBuiltCompilers Swift C`
-UseBuiltCompilers Swift `
-UseMSVCCompilers C `
-SwiftSDK (Get-SwiftSDK -OS $Platform.OS -Identifier $Platform.DefaultSDK) `
-Defines @{
BUILD_SHARED_LIBS = "YES";