Skip to content

Commit cbae09a

Browse files
committed
utils: disable C compiler for ASN1
The ASN1 project does not have C code so passing the C compiler causes some warnings.
1 parent ea2c501 commit cbae09a

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
@@ -2325,7 +2325,7 @@ function Build-ASN1($Arch) {
23252325
-Src $SourceCache\swift-asn1 `
23262326
-Bin (Get-HostProjectBinaryCache ASN1) `
23272327
-Arch $Arch `
2328-
-UseBuiltCompilers C,Swift `
2328+
-UseBuiltCompilers Swift `
23292329
-SwiftSDK (Get-HostSwiftSDK) `
23302330
-BuildTargets default `
23312331
-Defines @{

0 commit comments

Comments
 (0)