mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
iPhone / Android targets: issue an explicit make clean every time.
Often useful to automatically wipe forgotten leftovers from a different target.
This commit is contained in:
@@ -43,5 +43,6 @@ export PREFIX="$(pwd)/libsodium-android"
|
||||
--disable-pie \
|
||||
--disable-shared \
|
||||
--prefix="$PREFIX" && \
|
||||
make -j3 install &&
|
||||
make clean && \
|
||||
make -j3 install && \
|
||||
echo "libsodium has been installed into $PREFIX"
|
||||
|
||||
@@ -11,5 +11,6 @@ export PREFIX="$(pwd)/libsodium-ios"
|
||||
./configure --host=arm-apple-darwin10 \
|
||||
--disable-shared \
|
||||
--prefix="$PREFIX" && \
|
||||
make clean && \
|
||||
make -j3 install && \
|
||||
echo "libsodium has been installed into $PREFIX"
|
||||
|
||||
Reference in New Issue
Block a user