mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Configure with --enable-terminfo=no for Apple's llvmCore builds.
Patch by Pete Cooper. llvm-svn: 193940
This commit is contained in:
parent
aba5b5499b
commit
a6dc8812c7
@ -104,7 +104,8 @@ COMMON_CONFIGURE_OPTS="\
|
||||
--enable-assertions=$LLVM_ASSERTIONS \
|
||||
--enable-optimized=$LLVM_OPTIMIZED \
|
||||
--disable-bindings \
|
||||
--disable-zlib"
|
||||
--disable-zlib \
|
||||
--enable-terminfo=no"
|
||||
|
||||
COMMON_MAKEFLAGS="\
|
||||
UNIVERSAL=1 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user