mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Use --enable-minimal in the Android and iOS builds
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user