mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
Android build: work around odd bug with cmake 3.10
For some reason it suddenly cannot figure out which build program to use. This seems like a weird hack, but works. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4346aaa333
commit
f4c1cef73b
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ cmake $MOBILE_CMAKE \
|
|||
-DANDROID_NATIVE_LIBSSL="$BUILDROOT/ndk-$ARCH/sysroot/usr/lib/libssl.so" \
|
||||
-DANDROID_NATIVE_LIBCRYPT="$BUILDROOT/ndk-$ARCH/sysroot/usr/lib/libcrypto.so" \
|
||||
-DBUILDTOOLS_REVISION="$ANDROID_BUILDTOOLS_REVISION" \
|
||||
-DCMAKE_MAKE_PROGRAM="make" \
|
||||
"$SUBSURFACE_SOURCE"
|
||||
|
||||
# set up the version number
|
||||
|
|
Loading…
Add table
Reference in a new issue