Skip to content

Commit 589cc9b

Browse files
authored
Merge pull request #73392 from ahoppen/6.0/pass-in-swift-syntax
[Build] Pass in swift-syntax to SwiftPM
2 parents c0fae83 + f20fdec commit 589cc9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -1725,6 +1725,7 @@ function Build-PackageManager($Arch) {
17251725
SwiftCollections_DIR = (Get-HostProjectCMakeModules Collections);
17261726
SwiftASN1_DIR = (Get-HostProjectCMakeModules ASN1);
17271727
SwiftCertificates_DIR = (Get-HostProjectCMakeModules Certificates);
1728+
SwiftSyntax_DIR = (Get-HostProjectCMakeModules Compilers);
17281729
SQLite3_INCLUDE_DIR = "$LibraryRoot\sqlite-3.43.2\usr\include";
17291730
SQLite3_LIBRARY = "$LibraryRoot\sqlite-3.43.2\usr\lib\SQLite3.lib";
17301731
}

0 commit comments

Comments
 (0)