Skip to content

Commit 87c858b

Browse files
authored
Merge pull request #85583 from compnerd/system-duplication
utils: avoid rebuilding swift-system
2 parents 5221e7b + b0bfaa4 commit 87c858b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3513,6 +3513,7 @@ function Build-Subprocess([Hashtable] $Platform) {
35133513
-Defines @{
35143514
BUILD_SHARED_LIBS = "NO";
35153515
CMAKE_STATIC_LIBRARY_PREFIX_Swift = "lib";
3516+
SwiftSystem_DIR = (Get-ProjectCMakeModules $Platform System);
35163517
}
35173518
}
35183519

0 commit comments

Comments
 (0)