mirror of
https://github.com/Relintai/osxcross.git
synced 2025-04-11 17:32:38 +02:00
Add '--with-libxar' to cctools/ld64 configure options
This commit is contained in:
parent
c7fbb01ac2
commit
85d8dd92f6
1
build.sh
1
build.sh
@ -119,6 +119,7 @@ if [ $f_res -eq 1 ]; then
|
||||
if [ $NEED_TAPI_SUPPORT -eq 1 ]; then
|
||||
CONFFLAGS+="--with-libtapi=$TARGET_DIR "
|
||||
fi
|
||||
CONFFLAGS+="--with-libxar=$TARGET_DIR "
|
||||
[ -z "$USE_CLANG_AS" ] && CONFFLAGS+="--disable-clang-as "
|
||||
[ -n "$DISABLE_LTO_SUPPORT" ] && CONFFLAGS+="--disable-lto-support "
|
||||
# https://github.com/tpoechtrager/osxcross/issues/156
|
||||
|
Loading…
Reference in New Issue
Block a user