mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-21 03:37:47 +00:00
Build Apple's llvmCore with --disable-zlib. <rdar://problem/14182316>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c60c86dcae
commit
098f1ba00a
@ -103,7 +103,8 @@ COMMON_CONFIGURE_OPTS="\
|
||||
--prefix=$DEST_DIR$DEST_ROOT \
|
||||
--enable-assertions=$LLVM_ASSERTIONS \
|
||||
--enable-optimized=$LLVM_OPTIMIZED \
|
||||
--disable-bindings"
|
||||
--disable-bindings \
|
||||
--disable-zlib"
|
||||
|
||||
COMMON_MAKEFLAGS="\
|
||||
UNIVERSAL=1 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user