Skip to content

Commit 23025e4

Browse files
committed
Merge pull request #2282 from rintaro/build-script-llvmtypo
2 parents 0ab51fc + 984e5cc commit 23025e4

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
@@ -1621,7 +1621,7 @@ for deployment_target in "${HOST_TARGET}" "${CROSS_TOOLS_DEPLOYMENT_TARGETS[@]}"
16211621
-DLLVM_TOOL_SWIFT_BUILD:BOOL=NO
16221622
-DLLVM_TARGETS_TO_BUILD="${LLVM_TARGETS_TO_BUILD}"
16231623
-DLLVM_INCLUDE_TESTS:BOOL=$(true_false "${SOURCE_TREE_INCLUDES_TESTS}")
1624-
-LLVM_INCLUDE_DOCS:BOOL=TRUE
1624+
-DLLVM_INCLUDE_DOCS:BOOL=TRUE
16251625
"${llvm_cmake_options[@]}"
16261626
)
16271627
if [[ $(is_cross_tools_deployment_target ${deployment_target}) ]] ; then

0 commit comments

Comments
 (0)