Skip to content

Commit ec39484

Browse files
authored
Merge pull request swiftlang#83666 from Steelskin/fabrice/build-corelibs-dispatch-arch-subdir
build: Install dispatch libraries in arch subdir
2 parents b444a0b + 5ba381e commit ec39484

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
@@ -2840,6 +2840,7 @@ function Build-Dispatch([Hashtable] $Platform) {
28402840
-SwiftSDK (Get-SwiftSDK $Platform.OS) `
28412841
-Defines @{
28422842
ENABLE_SWIFT = "YES";
2843+
dispatch_INSTALL_ARCH_SUBDIR = "YES";
28432844
}
28442845
}
28452846

0 commit comments

Comments
 (0)