Merge pull request #318 from cake-tech/build_android_openssl_nodocs

build: android: openssl: don't install docs
This commit is contained in:
mkyq 2022-03-31 21:47:35 +01:00 committed by GitHub
commit 2337ae557e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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