We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec11ba8 commit 1128182Copy full SHA for 1128182
utils/build.ps1
@@ -3625,7 +3625,7 @@ function Build-ArgumentParser([Hashtable] $Platform) {
3625
-Bin (Get-ProjectBinaryCache $Platform ArgumentParser) `
3626
-InstallTo "$($Platform.ToolchainInstallRoot)\usr" `
3627
-Platform $Platform `
3628
- -UseBuiltCompilers Swift `
+ -UseBuiltCompilers Swift C`
3629
-SwiftSDK (Get-SwiftSDK -OS $Platform.OS -Identifier $Platform.DefaultSDK) `
3630
-Defines @{
3631
BUILD_SHARED_LIBS = "YES";
0 commit comments