mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Configure with --enable-terminfo=no for Apple's llvmCore builds.
Patch by Pete Cooper. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193940 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
153d6191c9
commit
d6b6425d3c
@ -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