Skip to content

Commit 4630fbc

Browse files
authored
Merge pull request #81353 from dschaefer2/sourcekit-lsp-asn1
Add SwiftASN1 to sourcekit-lsp dependencies for Windows.
2 parents df32362 + ffa15b8 commit 4630fbc

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
@@ -2934,6 +2934,7 @@ function Build-SourceKitLSP([Hashtable] $Platform) {
29342934
TSC_DIR = (Get-ProjectCMakeModules $Platform ToolsSupportCore);
29352935
LLBuild_DIR = (Get-ProjectCMakeModules $Platform LLBuild);
29362936
ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
2937+
SwiftASN1_DIR = (Get-ProjectCMakeModules $Platform ASN1);
29372938
SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
29382939
SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
29392940
SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);

0 commit comments

Comments
 (0)