Skip to content

Commit f0ea339

Browse files
committed
Define SwiftBuild_Dir when building SwiftPM in build.ps1
1 parent 1bff8cd commit f0ea339

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build.ps1

+2
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)