mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-13 01:31:20 +00:00
Merge pull request #4175 from mceSystems/master
Fix iOS build failure for x86_64
This commit is contained in:
commit
2e932bb536
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user