Skip to content

Commit 829df91

Browse files
authored
Merge pull request #27459 from compnerd/xctest-build-type
2 parents 2f86d67 + a9a178c commit 829df91

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
@@ -2620,7 +2620,7 @@ for host in "${ALL_HOSTS[@]}"; do
26202620

26212621
cmake_options=(
26222622
${cmake_options[@]}
2623-
-DCMAKE_BUILD_TYPE:STRING="${LIBDISPATCH_BUILD_TYPE}"
2623+
-DCMAKE_BUILD_TYPE:STRING="${XCTEST_BUILD_TYPE}"
26242624
-DCMAKE_C_COMPILER:PATH="${LLVM_BIN}/clang"
26252625
-DCMAKE_CXX_COMPILER:PATH="${LLVM_BIN}/clang++"
26262626
-DCMAKE_SWIFT_COMPILER:PATH="$(build_directory_bin ${LOCAL_HOST} swift)/swiftc"

0 commit comments

Comments
 (0)