Use --enable-minimal in the Android and iOS builds
This commit is contained in:
parent
6c78c9815c
commit
729a54f4a2
@ -31,6 +31,7 @@ $MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-14}" \
|
||||
./configure --host="${HOST_COMPILER}" \
|
||||
--with-sysroot="${TOOLCHAIN_DIR}/sysroot" \
|
||||
--prefix="${PREFIX}" \
|
||||
--enable-minimal \
|
||||
--disable-soname-versions && \
|
||||
make clean && \
|
||||
make -j3 install && \
|
||||
|
@ -10,6 +10,7 @@ export PREFIX="$(pwd)/libsodium-ios"
|
||||
|
||||
./configure --host=arm-apple-darwin10 \
|
||||
--disable-shared \
|
||||
--enable-minimal \
|
||||
--prefix="$PREFIX" && \
|
||||
make clean && \
|
||||
make -j3 install && \
|
||||
|
Loading…
Reference in New Issue
Block a user