mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
build: android: openssl: don't install docs
This commit is contained in:
parent
7746b80eed
commit
ddf0d28c8a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ CC=clang ANDROID_NDK=$TOOLCHAIN \
|
||||||
--openssldir=${PREFIX} \
|
--openssldir=${PREFIX} \
|
||||||
-D__ANDROID_API__=$API
|
-D__ANDROID_API__=$API
|
||||||
make -j$THREADS
|
make -j$THREADS
|
||||||
make install
|
make -j$THREADS install_sw
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue