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 df32362 + ffa15b8 commit 4630fbcCopy full SHA for 4630fbc
utils/build.ps1
@@ -2934,6 +2934,7 @@ function Build-SourceKitLSP([Hashtable] $Platform) {
2934
TSC_DIR = (Get-ProjectCMakeModules $Platform ToolsSupportCore);
2935
LLBuild_DIR = (Get-ProjectCMakeModules $Platform LLBuild);
2936
ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
2937
+ SwiftASN1_DIR = (Get-ProjectCMakeModules $Platform ASN1);
2938
SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
2939
SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
2940
SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
0 commit comments