Skip to content

Commit e5b7455

Browse files
committed
Force zlib to be enabled like in JuliaLang/julia#55354
Not related to the upgrade but might as well save on rebuilding
1 parent ba6aa2d commit e5b7455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

L/LLVM/common.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ fi
200200
CMAKE_FLAGS+=(-DLLVM_BINDINGS_LIST="" )
201201
202202
# Turn on ZLIB
203-
CMAKE_FLAGS+=(-DLLVM_ENABLE_ZLIB=ON)
203+
CMAKE_FLAGS+=(-DLLVM_ENABLE_ZLIB=FORCE_ON)
204204
# Turn off XML2
205205
CMAKE_FLAGS+=(-DLLVM_ENABLE_LIBXML2=OFF)
206206

0 commit comments

Comments
 (0)