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 @@ -2827,6 +2827,7 @@ function Build-PackageManager([Hashtable] $Platform) {
2827
2827
LLBuild_DIR = (Get-ProjectCMakeModules $Platform LLBuild);
2828
2828
ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
2829
2829
SwiftDriver_DIR = (Get-ProjectCMakeModules $Platform Driver);
2830
+ SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
2830
2831
SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
2831
2832
SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
2832
2833
SwiftASN1_DIR = (Get-ProjectCMakeModules $Platform ASN1);
@@ -2951,6 +2952,7 @@ function Build-SourceKitLSP([Hashtable] $Platform) {
2951
2952
ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
2952
2953
SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
2953
2954
SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
2955
+ SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
2954
2956
SwiftPM_DIR = (Get-ProjectCMakeModules $Platform PackageManager);
2955
2957
LMDB_DIR = (Get-ProjectCMakeModules $Platform LMDB);
2956
2958
IndexStoreDB_DIR = (Get-ProjectCMakeModules $Platform IndexStoreDB);
You can’t perform that action at this time.
0 commit comments