Skip to content

Commit 627cd98

Browse files
authored
Update monolithic-windows.sh
1 parent 4d09ee1 commit 627cd98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/monolithic-windows.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
5050
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
5151
-D CMAKE_SHARED_LINKER_FLAGS="/MANIFEST:NO" \
5252
-D LLVM_ENABLE_RUNTIMES="${runtimes}" \
53-
-DLLVM_BUILD_UTILS=ON \
54-
-DLLVM_INCLUDE_UTILS=ON \
55-
-DLLVM_INSTALL_UTILS=ON
53+
-D LLVM_BUILD_UTILS=ON \
54+
-D LLVM_INCLUDE_UTILS=ON \
55+
-D LLVM_INSTALL_UTILS=ON
5656

5757
start-group "ninja"
5858

0 commit comments

Comments
 (0)