Skip to content

Commit 7c92789

Browse files
committed
[build-script-impl] Fix obvious typo, where we were using LLVM_BUILD_TYPE instead of CMARK_BUILD_TYPE to set cmark's CMAKE_BUILD_TYPE.
1 parent bafbbfc commit 7c92789

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
@@ -1745,7 +1745,7 @@ for host in "${ALL_HOSTS[@]}"; do
17451745
cmark)
17461746
cmake_options=(
17471747
"${cmake_options[@]}"
1748-
-DCMAKE_BUILD_TYPE:STRING="${LLVM_BUILD_TYPE}"
1748+
-DCMAKE_BUILD_TYPE:STRING="${CMARK_BUILD_TYPE}"
17491749
"${cmark_cmake_options[@]}"
17501750
)
17511751
skip_build=${SKIP_BUILD_CMARK}

0 commit comments

Comments
 (0)