forked from OSchip/llvm-project
Configure with --enable-terminfo=no for Apple's llvmCore builds.
Patch by Pete Cooper. llvm-svn: 193940
This commit is contained in:
parent
9f89e59bb9
commit
84c993ba0b
|
@ -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…
Reference in New Issue