Using proper official target name

This commit is contained in:
Gerhard Stein
2020-10-03 10:25:22 +00:00
parent 4741fe77bb
commit 487062dd11
2 changed files with 10 additions and 2 deletions

View File

@@ -747,7 +747,15 @@ else
MultiABI="$MultiABI"
fi
LibrariesToLoad="\\\"sdl_native_helpers\\\", \\\"sdl-$LibSdlVersion\\\""
if [ "$LibSdlVersion" = "2.0" ] ; then
LibrariesToLoad="\\\"sdl_native_helpers\\\", \\\"SDL2\\\""
else
LibrariesToLoad="\\\"sdl_native_helpers\\\", \\\"sdl-$LibSdlVersion\\\""
fi
StaticLibraries="`echo '
include project/jni/SettingsTemplate.mk
all:

View File

@@ -37,7 +37,7 @@ AppVersionCode=101
AppVersionName="1.01"
ResetSdlConfigForThisVersion=n
DeleteFilesOnUpgrade="%"
CompiledLibraries="sdl2_mixer sdl2_image"
CompiledLibraries="SDL2_mixer SDL2_image"
CustomBuildScript=n
AppCflags='-O2 -finline-functions'
AppLdflags=''