Skip to content

Commit 8c5fd21

Browse files
committed
Add SwiftASN1 to sourcekit-lsp dependencies for Windows.
Updates the build.ps1 script to add the SwiftASN1 package support to it's CMake build. This was caused by this dependency being added to a module in SwiftPM that sourcekit-lsp imports.
1 parent d6ce27b commit 8c5fd21

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
@@ -2944,6 +2944,7 @@ function Build-SourceKitLSP([Hashtable] $Platform) {
29442944
TSC_DIR = (Get-ProjectCMakeModules $Platform ToolsSupportCore);
29452945
LLBuild_DIR = (Get-ProjectCMakeModules $Platform LLBuild);
29462946
ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
2947+
SwiftASN1_DIR = (Get-ProjectCMakeModules $Platform ASN1);
29472948
SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
29482949
SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
29492950
SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);

0 commit comments

Comments
 (0)