Merge pull request #318 from cake-tech/build_android_openssl_nodocs

build: android: openssl: don't install docs
wownero
mkyq 2 years ago committed by GitHub
commit 2337ae557e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save