mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android build: buildtools version is automatically detected
With commit 0d8fc7ef970e of qt-android-cmake, the buildtools version is automatically detected. So do not try to pass it any more, as this breaks the build. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
4bfcf12c17
commit
6c872931d5
2 changed files with 0 additions and 3 deletions
|
|
@ -416,7 +416,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" \
|
||||
-DBUILDTOOLS_REVISION="$ANDROID_BUILDTOOLS_REVISION" \
|
||||
-DCMAKE_MAKE_PROGRAM="make" \
|
||||
"$SUBSURFACE_SOURCE"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue