mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
build: android: always clone zlib
This commit is contained in:
parent
2337ae557e
commit
09db6151e4
1 changed files with 2 additions and 3 deletions
|
@ -11,9 +11,8 @@ ZLIB_DIR=$WORKDIR/zlib
|
|||
ZLIB_TAG=v1.2.11
|
||||
ZLIB_COMMIT_HASH="cacf7f1d4e3d44d871b605da3b647f07d718623f"
|
||||
|
||||
if [ ! -d "$ZLIB_DIR" ] ; then
|
||||
git clone -b $ZLIB_TAG --depth 1 https://github.com/madler/zlib $ZLIB_DIR
|
||||
fi
|
||||
rm -rf $ZLIB_DIR
|
||||
git clone -b $ZLIB_TAG --depth 1 https://github.com/madler/zlib $ZLIB_DIR
|
||||
cd $ZLIB_DIR
|
||||
git reset --hard $ZLIB_COMMIT_HASH
|
||||
CC=clang CXX=clang++ ./configure --static
|
||||
|
|
Loading…
Reference in a new issue