We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2942960 + 94c10c2 commit c936202Copy full SHA for c936202
utils/build.ps1
@@ -1816,6 +1816,7 @@ function Build-PackageManager($Arch) {
1816
SwiftCollections_DIR = (Get-HostProjectCMakeModules Collections);
1817
SwiftASN1_DIR = (Get-HostProjectCMakeModules ASN1);
1818
SwiftCertificates_DIR = (Get-HostProjectCMakeModules Certificates);
1819
+ SwiftSyntax_DIR = (Get-HostProjectCMakeModules Compilers);
1820
SQLite3_INCLUDE_DIR = "$LibraryRoot\sqlite-3.43.2\usr\include";
1821
SQLite3_LIBRARY = "$LibraryRoot\sqlite-3.43.2\usr\lib\SQLite3.lib";
1822
}
0 commit comments