mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android build: don't try to bundle libssh2, either
Since we don't link against it, no need to bundle it. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7a55eeeb07
commit
79ab41dfd8
2 changed files with 1 additions and 2 deletions
|
@ -334,7 +334,6 @@ cmake $MOBILE_CMAKE \
|
|||
-DFTDISUPPORT=${FTDI} \
|
||||
-DANDROID_NATIVE_LIBSSL=$BUILDROOT/ndk-${ARCH}/sysroot/usr/lib/libssl.so \
|
||||
-DANDROID_NATIVE_LIBCRYPT=$BUILDROOT/ndk-${ARCH}/sysroot/usr/lib/libcrypto.so \
|
||||
-DANDROID_NATIVE_LIBSSH2=$BUILDROOT/ndk-${ARCH}/sysroot/usr/lib/libssh2.so \
|
||||
$SUBSURFACE_SOURCE
|
||||
|
||||
# set up the version number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue