Fix iOS build failure for x86_64

This commit is contained in:
Koby Boyango 2021-04-28 11:41:36 +03:00
parent b4f758da35
commit 00d1000538

View File

@ -84,7 +84,9 @@ do
--prefix=${BUILDARCHDIR} \
--disable-shared \
--enable-static \
--host=${HOST}
--host=${HOST} \
--disable-perf \
--disable-curve-keygen
echo "Building ${LIBNAME} for ${ARCH}..."
cd ${LIBDIR}