Skip to content

Commit 696ba3e

Browse files
authored
Merge pull request #81287 from owenv/owenv/pick-build-update
[6.2] Define SwiftBuild_Dir when building SwiftPM in build.ps1
2 parents 65cda30 + b2fa48d commit 696ba3e

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
@@ -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);

0 commit comments

Comments
 (0)