File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 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) {
28212821 LLBuild_DIR = (Get-ProjectCMakeModules $Platform LLBuild);
28222822 ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
28232823 SwiftDriver_DIR = (Get-ProjectCMakeModules $Platform Driver);
2824+ SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
28242825 SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
28252826 SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
28262827 SwiftASN1_DIR = (Get-ProjectCMakeModules $Platform ASN1);
@@ -2945,6 +2946,7 @@ function Build-SourceKitLSP([Hashtable] $Platform) {
29452946 ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
29462947 SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
29472948 SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
2949+ SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
29482950 SwiftPM_DIR = (Get-ProjectCMakeModules $Platform PackageManager);
29492951 LMDB_DIR = (Get-ProjectCMakeModules $Platform LMDB);
29502952 IndexStoreDB_DIR = (Get-ProjectCMakeModules $Platform IndexStoreDB);
You can’t perform that action at this time.
0 commit comments