mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:33:24 +00:00
Small fix for Android build.sh
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
dd2791fa1e
commit
3fd26a80dc
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ if [ ! -e "$PKG_CONFIG_LIBDIR/libgit2.pc" ] ; then
|
|||
-DOPENSSL_SSL_LIBRARY="$PREFIX"/lib/libssl.so \
|
||||
-DOPENSSL_CRYPTO_LIBRARY="$PREFIX"/lib/libcrypto.so \
|
||||
-DOPENSSL_INCLUDE_DIR="$PREFIX"/include/openssl \
|
||||
-D_OPENSSL_VERSION=1.0.1p \
|
||||
-D_OPENSSL_VERSION=${OPENSSL_VERSION} \
|
||||
../libgit2-${LIBGIT2_VERSION}/
|
||||
make
|
||||
make install
|
||||
|
|
Loading…
Add table
Reference in a new issue