File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2821,6 +2821,7 @@ function Build-PackageManager([Hashtable] $Platform) {
2821
2821
LLBuild_DIR = (Get-ProjectCMakeModules $Platform LLBuild);
2822
2822
ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
2823
2823
SwiftDriver_DIR = (Get-ProjectCMakeModules $Platform Driver);
2824
+ SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
2824
2825
SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
2825
2826
SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
2826
2827
SwiftASN1_DIR = (Get-ProjectCMakeModules $Platform ASN1);
@@ -2945,6 +2946,7 @@ function Build-SourceKitLSP([Hashtable] $Platform) {
2945
2946
ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
2946
2947
SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
2947
2948
SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
2949
+ SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
2948
2950
SwiftPM_DIR = (Get-ProjectCMakeModules $Platform PackageManager);
2949
2951
LMDB_DIR = (Get-ProjectCMakeModules $Platform LMDB);
2950
2952
IndexStoreDB_DIR = (Get-ProjectCMakeModules $Platform IndexStoreDB);
You can’t perform that action at this time.
0 commit comments