mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-04 08:18:00 +01:00
android: Switch the default target API level to 33
This commit is contained in:
parent
566d8d9cd3
commit
cb010d9e84
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ if (NOT LIBSUPERDERPY_CONFIG_INCLUDED)
|
|||
ENDMACRO()
|
||||
|
||||
if(ANDROID)
|
||||
set(ANDROID_TARGET "android-30" CACHE STRING "What Android target to compile for.")
|
||||
set(ANDROID_TARGET "android-33" CACHE STRING "What Android target to compile for.")
|
||||
STRING(REGEX REPLACE "^android-" "" ANDROID_TARGET_VERSION ${ANDROID_TARGET})
|
||||
|
||||
set(LIBSUPERDERPY_PLATFORM_OVERRIDE "android")
|
||||
|
|
Loading…
Reference in a new issue