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 @@ -2827,6 +2827,7 @@ function Build-PackageManager([Hashtable] $Platform) {
28272827 LLBuild_DIR = (Get-ProjectCMakeModules $Platform LLBuild);
28282828 ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
28292829 SwiftDriver_DIR = (Get-ProjectCMakeModules $Platform Driver);
2830+ SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
28302831 SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
28312832 SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
28322833 SwiftASN1_DIR = (Get-ProjectCMakeModules $Platform ASN1);
@@ -2951,6 +2952,7 @@ function Build-SourceKitLSP([Hashtable] $Platform) {
29512952 ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
29522953 SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
29532954 SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
2955+ SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
29542956 SwiftPM_DIR = (Get-ProjectCMakeModules $Platform PackageManager);
29552957 LMDB_DIR = (Get-ProjectCMakeModules $Platform LMDB);
29562958 IndexStoreDB_DIR = (Get-ProjectCMakeModules $Platform IndexStoreDB);
You can’t perform that action at this time.
0 commit comments