mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
Merge pull request #318 from cake-tech/build_android_openssl_nodocs
build: android: openssl: don't install docs
This commit is contained in:
commit
2337ae557e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ CC=clang ANDROID_NDK=$TOOLCHAIN \
|
|||
--openssldir=${PREFIX} \
|
||||
-D__ANDROID_API__=$API
|
||||
make -j$THREADS
|
||||
make install
|
||||
make -j$THREADS install_sw
|
||||
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue