Skip to content

Commit 711c5d7

Browse files
committed
Define SwiftBuild_Dir when building SwiftPM in build.ps1
1 parent 716ef96 commit 711c5d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)