Skip to content

Commit e013282

Browse files
authored
Merge pull request #3122 from gottesmm/use_cmarkbuildtype_instead_of_llvmbuildtype_for_cmark_cmakebuildtype
2 parents 42b2d8b + 7c92789 commit e013282

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)