mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android: pick the correct C++ runtime
Yet another fallout of the switch to the NDK toolchain. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c608cfd643
commit
9da3988ec6
1 changed files with 1 additions and 0 deletions
|
@ -402,6 +402,7 @@ cmake $MOBILE_CMAKE \
|
|||
-DANDROID_PLATFORM="android-16" \
|
||||
-DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK_ROOT"/build/cmake/android.toolchain.cmake \
|
||||
-DQT_ANDROID_CMAKE="$BUILDROOT"/qt-android-cmake/AddQtAndroidApk.cmake \
|
||||
-DANDROID_STL="gnustl_shared" \
|
||||
-DFORCE_LIBSSH=OFF \
|
||||
-DLIBDC_FROM_PKGCONFIG=ON \
|
||||
-DLIBGIT2_FROM_PKGCONFIG=ON \
|
||||
|
|
Loading…
Add table
Reference in a new issue