mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #85489 from johnbute/argument-parser-version-change
This commit is contained in:
@@ -3626,6 +3626,7 @@ function Build-ArgumentParser([Hashtable] $Platform) {
|
|||||||
-InstallTo "$($Platform.ToolchainInstallRoot)\usr" `
|
-InstallTo "$($Platform.ToolchainInstallRoot)\usr" `
|
||||||
-Platform $Platform `
|
-Platform $Platform `
|
||||||
-UseBuiltCompilers Swift `
|
-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";
|
||||||
|
|||||||
@@ -148,7 +148,7 @@
|
|||||||
"swift-tools-protocols": "0.0.9",
|
"swift-tools-protocols": "0.0.9",
|
||||||
"swift-tools-support-core": "main",
|
"swift-tools-support-core": "main",
|
||||||
"swiftpm": "main",
|
"swiftpm": "main",
|
||||||
"swift-argument-parser": "1.5.1",
|
"swift-argument-parser": "1.6.1",
|
||||||
"swift-atomics": "1.2.0",
|
"swift-atomics": "1.2.0",
|
||||||
"swift-collections": "1.1.6",
|
"swift-collections": "1.1.6",
|
||||||
"swift-crypto": "3.12.5",
|
"swift-crypto": "3.12.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user