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 @@ -2817,6 +2817,7 @@ function Build-PackageManager([Hashtable] $Platform) {
28172817 LLBuild_DIR = (Get-ProjectCMakeModules $Platform LLBuild);
28182818 ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
28192819 SwiftDriver_DIR = (Get-ProjectCMakeModules $Platform Driver);
2820+ SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
28202821 SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
28212822 SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
28222823 SwiftASN1_DIR = (Get-ProjectCMakeModules $Platform ASN1);
@@ -2941,6 +2942,7 @@ function Build-SourceKitLSP([Hashtable] $Platform) {
29412942 ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser);
29422943 SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto);
29432944 SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections);
2945+ SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);
29442946 SwiftPM_DIR = (Get-ProjectCMakeModules $Platform PackageManager);
29452947 LMDB_DIR = (Get-ProjectCMakeModules $Platform LMDB);
29462948 IndexStoreDB_DIR = (Get-ProjectCMakeModules $Platform IndexStoreDB);
You can’t perform that action at this time.
0 commit comments