Add '--with-libxar' to cctools/ld64 configure options

This commit is contained in:
Thomas Pöchtrager 2019-06-04 18:23:36 +02:00
parent c7fbb01ac2
commit 85d8dd92f6

View File

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