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 @@ -2817,6 +2817,7 @@ function Build-PackageManager([Hashtable] $Platform) {
2817
2817
LLBuild_DIR = (Get-ProjectCMakeModules $Platform LLBuild);
2818
2818
ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
2819
2819
SwiftDriver_DIR = (Get-ProjectCMakeModules $Platform Driver);
2820
+ SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
2820
2821
SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
2821
2822
SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
2822
2823
SwiftASN1_DIR = (Get-ProjectCMakeModules $Platform ASN1);
@@ -2941,6 +2942,7 @@ function Build-SourceKitLSP([Hashtable] $Platform) {
2941
2942
ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
2942
2943
SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
2943
2944
SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
2945
+ SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
2944
2946
SwiftPM_DIR = (Get-ProjectCMakeModules $Platform PackageManager);
2945
2947
LMDB_DIR = (Get-ProjectCMakeModules $Platform LMDB);
2946
2948
IndexStoreDB_DIR = (Get-ProjectCMakeModules $Platform IndexStoreDB);
You can’t perform that action at this time.
0 commit comments