File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2944,6 +2944,7 @@ function Build-SourceKitLSP([Hashtable] $Platform) {
2944
2944
TSC_DIR = (Get-ProjectCMakeModules $Platform ToolsSupportCore);
2945
2945
LLBuild_DIR = (Get-ProjectCMakeModules $Platform LLBuild);
2946
2946
ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
2947
+ SwiftASN1_DIR = (Get-ProjectCMakeModules $Platform ASN1);
2947
2948
SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
2948
2949
SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
2949
2950
SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
@@ -2985,6 +2986,9 @@ function Test-SourceKitLSP {
2985
2986
" -Xswiftc" , " -I$ ( Get-ProjectBinaryCache $BuildPlatform Crypto) \swift" ,
2986
2987
" -Xlinker" , " -L$ ( Get-ProjectBinaryCache $BuildPlatform Crypto) \lib" ,
2987
2988
" -Xlinker" , " $ ( Get-ProjectBinaryCache $BuildPlatform Crypto) \lib\CCryptoBoringSSL.lib" ,
2989
+ # swift-asn1
2990
+ " -Xswiftc" , " -I$ ( Get-ProjectBinaryCache $BuildPlatform ASN1) \swift" ,
2991
+ " -Xlinker" , " -L$ ( Get-ProjectBinaryCache $BuildPlatform ASN1) \lib" ,
2988
2992
# swift-package-manager
2989
2993
" -Xswiftc" , " -I$ ( Get-ProjectBinaryCache $BuildPlatform PackageManager) \swift" ,
2990
2994
" -Xlinker" , " -L$ ( Get-ProjectBinaryCache $BuildPlatform PackageManager) \lib" ,
You can’t perform that action at this time.
0 commit comments