From a0bded0cce5a1bd553333e15037b0c289d6845fc Mon Sep 17 00:00:00 2001 From: Gerhard Stein Date: Sat, 3 Oct 2020 12:00:58 +0000 Subject: [PATCH] c++ must be enabled for sdl2, because hid api implementation uses some c++ code. --- project/jni/application/sdl-2.0-test/AndroidAppSettings.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/jni/application/sdl-2.0-test/AndroidAppSettings.cfg b/project/jni/application/sdl-2.0-test/AndroidAppSettings.cfg index 14e7fd54c..d6f9482ba 100644 --- a/project/jni/application/sdl-2.0-test/AndroidAppSettings.cfg +++ b/project/jni/application/sdl-2.0-test/AndroidAppSettings.cfg @@ -37,7 +37,7 @@ AppVersionCode=101 AppVersionName="1.01" ResetSdlConfigForThisVersion=n DeleteFilesOnUpgrade="%" -CompiledLibraries="SDL2_mixer SDL2_image" +CompiledLibraries="c++_shared SDL2_mixer SDL2_image" CustomBuildScript=n AppCflags='-O2 -finline-functions' AppLdflags=''