Skip to content

Commit 1128182

Browse files
John ButeJohn Bute
authored andcommitted
add c to usebuiltcompilers for swiftargumentparser build
1 parent ec11ba8 commit 1128182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

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

0 commit comments

Comments
 (0)