Using proper official target name
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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=''
|
||||
|
||||
Reference in New Issue
Block a user