mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Fix iOS build failure for x86_64
This commit is contained in:
parent
b4f758da35
commit
00d1000538
@ -84,7 +84,9 @@ do
|
|||||||
--prefix=${BUILDARCHDIR} \
|
--prefix=${BUILDARCHDIR} \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--host=${HOST}
|
--host=${HOST} \
|
||||||
|
--disable-perf \
|
||||||
|
--disable-curve-keygen
|
||||||
|
|
||||||
echo "Building ${LIBNAME} for ${ARCH}..."
|
echo "Building ${LIBNAME} for ${ARCH}..."
|
||||||
cd ${LIBDIR}
|
cd ${LIBDIR}
|
||||||
|
Loading…
Reference in New Issue
Block a user