1
0
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:
Bob Wilson 2013-11-03 05:49:36 +00:00
parent aba5b5499b
commit a6dc8812c7

View File

@ -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 \