Skip to content

Commit c936202

Browse files
authored
Merge pull request #73267 from bnbarham/pass-in-swift-syntax
[Build] Pass in swift-syntax to SwiftPM
2 parents 2942960 + 94c10c2 commit c936202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,6 +1816,7 @@ function Build-PackageManager($Arch) {
18161816
SwiftCollections_DIR = (Get-HostProjectCMakeModules Collections);
18171817
SwiftASN1_DIR = (Get-HostProjectCMakeModules ASN1);
18181818
SwiftCertificates_DIR = (Get-HostProjectCMakeModules Certificates);
1819+
SwiftSyntax_DIR = (Get-HostProjectCMakeModules Compilers);
18191820
SQLite3_INCLUDE_DIR = "$LibraryRoot\sqlite-3.43.2\usr\include";
18201821
SQLite3_LIBRARY = "$LibraryRoot\sqlite-3.43.2\usr\lib\SQLite3.lib";
18211822
}

0 commit comments

Comments
 (0)