mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
using msvc compilers instead
This commit is contained in:
@@ -3625,7 +3625,8 @@ function Build-ArgumentParser([Hashtable] $Platform) {
|
|||||||
-Bin (Get-ProjectBinaryCache $Platform ArgumentParser) `
|
-Bin (Get-ProjectBinaryCache $Platform ArgumentParser) `
|
||||||
-InstallTo "$($Platform.ToolchainInstallRoot)\usr" `
|
-InstallTo "$($Platform.ToolchainInstallRoot)\usr" `
|
||||||
-Platform $Platform `
|
-Platform $Platform `
|
||||||
-UseBuiltCompilers Swift C`
|
-UseBuiltCompilers Swift `
|
||||||
|
-UseMSVCCompilers C `
|
||||||
-SwiftSDK (Get-SwiftSDK -OS $Platform.OS -Identifier $Platform.DefaultSDK) `
|
-SwiftSDK (Get-SwiftSDK -OS $Platform.OS -Identifier $Platform.DefaultSDK) `
|
||||||
-Defines @{
|
-Defines @{
|
||||||
BUILD_SHARED_LIBS = "YES";
|
BUILD_SHARED_LIBS = "YES";
|
||||||
|
|||||||
Reference in New Issue
Block a user