Skip to content

Commit b99a0f4

Browse files
committed
build: use the exported config for libdispatch
Pass along the configuration through the exported target for the standard library. Still pass the compiler by hand to allow building libdispatch against just a build of the standard library.
1 parent 8d37c79 commit b99a0f4

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)