Merge pull request #4175 from mceSystems/master

Fix iOS build failure for x86_64
This commit is contained in:
Luca Boccassi 2021-04-28 11:11:01 +01:00 committed by GitHub
commit 2e932bb536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}