Skip to content

Commit 6360bcc

Browse files
authored
Merge pull request #19834 from compnerd/exports
build: use the exported config for libdispatch
2 parents b5f3829 + b99a0f4 commit 6360bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2628,7 +2628,7 @@ for host in "${ALL_HOSTS[@]}"; do
26282628
-DCMAKE_INSTALL_LIBDIR:PATH="lib"
26292629

26302630
-DENABLE_SWIFT=YES
2631-
-DSWIFT_RUNTIME_LIBDIR:PATH="${SWIFT_BUILD_PATH}/lib/swift/${SWIFT_HOST_VARIANT}/${SWIFT_HOST_VARIANT_ARCH}"
2631+
-DSwift_DIR="${SWIFT_BUILD_PATH}/lib/cmake/swift"
26322632

26332633
-DENABLE_TESTING=YES
26342634
)

0 commit comments

Comments
 (0)