File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2388,15 +2388,18 @@ for host in "${ALL_HOSTS[@]}"; do
2388
2388
-DCMAKE_BUILD_TYPE:STRING=" ${XCTEST_BUILD_TYPE} "
2389
2389
-DCMAKE_C_COMPILER:PATH=" ${LLVM_BIN} /clang"
2390
2390
-DCMAKE_CXX_COMPILER:PATH=" ${LLVM_BIN} /clang++"
2391
- -DCMAKE_SWIFT_COMPILER :PATH=" $( build_directory_bin ${LOCAL_HOST} swift) /swiftc"
2391
+ -DCMAKE_Swift_COMPILER :PATH=" $( build_directory_bin ${LOCAL_HOST} swift) /swiftc"
2392
2392
-DCMAKE_INSTALL_PREFIX:PATH=" $( get_host_install_prefix ${host} ) "
2393
2393
-DCMAKE_INSTALL_LIBDIR:PATH=" lib"
2394
2394
2395
+ -Ddispatch_DIR=$( build_directory ${host} libdispatch) /cmake/modules
2396
+ -DFoundation_DIR=$( build_directory ${host} foundation) /cmake/modules
2397
+ -DLLVM_DIR=$( build_directory ${host} llvm) /lib/cmake/llvm
2398
+
2395
2399
-DXCTEST_PATH_TO_LIBDISPATCH_SOURCE:PATH=${LIBDISPATCH_SOURCE_DIR}
2396
2400
-DXCTEST_PATH_TO_LIBDISPATCH_BUILD:PATH=$( build_directory ${host} libdispatch)
2397
-
2398
2401
-DXCTEST_PATH_TO_FOUNDATION_BUILD:PATH=${FOUNDATION_BUILD_DIR}
2399
-
2402
+ -DCMAKE_SWIFT_COMPILER:PATH= " $( build_directory_bin ${LOCAL_HOST} swift ) /swiftc "
2400
2403
-DCMAKE_PREFIX_PATH:PATH=$( build_directory ${host} llvm)
2401
2404
2402
2405
-DENABLE_TESTING=YES
You can’t perform that action at this time.
0 commit comments