We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0fae83 + f20fdec commit 589cc9bCopy full SHA for 589cc9b
utils/build.ps1
@@ -1725,6 +1725,7 @@ function Build-PackageManager($Arch) {
1725
SwiftCollections_DIR = (Get-HostProjectCMakeModules Collections);
1726
SwiftASN1_DIR = (Get-HostProjectCMakeModules ASN1);
1727
SwiftCertificates_DIR = (Get-HostProjectCMakeModules Certificates);
1728
+ SwiftSyntax_DIR = (Get-HostProjectCMakeModules Compilers);
1729
SQLite3_INCLUDE_DIR = "$LibraryRoot\sqlite-3.43.2\usr\include";
1730
SQLite3_LIBRARY = "$LibraryRoot\sqlite-3.43.2\usr\lib\SQLite3.lib";
1731
}
0 commit comments