1
0
forked from 0ad/0ad

Fix x86_64 cross-compilation on macOS

This commit is contained in:
Stanislas Daniel Claude Dolcini 2024-09-21 13:19:25 +02:00 committed by Stan
parent 660dd63792
commit 9c72741e69
Signed by: Stan
GPG Key ID: 244943DFF8370D60

View File

@ -811,6 +811,7 @@ GNUTLS_DIR="$(pwd)/gnutls"
HOGWEED_LIBS="-L${NETTLE_DIR}/lib -lhogweed" \ HOGWEED_LIBS="-L${NETTLE_DIR}/lib -lhogweed" \
GMP_CFLAGS="-I${GMP_DIR}/include" \ GMP_CFLAGS="-I${GMP_DIR}/include" \
GMP_LIBS="-L${GMP_DIR}/lib -lgmp" \ GMP_LIBS="-L${GMP_DIR}/lib -lgmp" \
"$HOST_PLATFORM" \
--prefix="$INSTALL_DIR" \ --prefix="$INSTALL_DIR" \
--enable-shared=no \ --enable-shared=no \
--without-idn \ --without-idn \
@ -818,8 +819,10 @@ GNUTLS_DIR="$(pwd)/gnutls"
--with-included-libtasn1 \ --with-included-libtasn1 \
--without-p11-kit \ --without-p11-kit \
--without-brotli \ --without-brotli \
--without-zstd \
--without-tpm2 \
--disable-libdane \
--disable-tests \ --disable-tests \
--disable-guile \
--disable-doc \ --disable-doc \
--disable-tools \ --disable-tools \
--disable-nls --disable-nls