Skip to content

Commit b1fba46

Browse files
authored
Merge pull request #78831 from compnerd/pure
utils: disable C compiler for ASN1
2 parents 74d4917 + cbae09a commit b1fba46

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
@@ -2321,7 +2321,7 @@ function Build-ASN1($Arch) {
23212321
-Src $SourceCache\swift-asn1 `
23222322
-Bin (Get-HostProjectBinaryCache ASN1) `
23232323
-Arch $Arch `
2324-
-UseBuiltCompilers C,Swift `
2324+
-UseBuiltCompilers Swift `
23252325
-SwiftSDK (Get-HostSwiftSDK) `
23262326
-BuildTargets default `
23272327
-Defines @{

0 commit comments

Comments
 (0)