SDL: fixed sdl2_image compilation
This commit is contained in:
@@ -67,6 +67,7 @@ public class MainActivity extends org.libsdl.app.SDLActivity {
|
||||
}
|
||||
|
||||
Settings.setEnvVars(this);
|
||||
Log.v("SDL", "chdir() to: " + Globals.DataDir);
|
||||
Settings.nativeChdir(Globals.DataDir);
|
||||
}
|
||||
|
||||
@@ -95,7 +96,7 @@ public class MainActivity extends org.libsdl.app.SDLActivity {
|
||||
for (String l: Globals.AppMainLibraries) {
|
||||
ret.add(GetMappedLibraryName(l));
|
||||
}
|
||||
Log.v("SDL", "Loading native libraries: " + String.join(" ", ret));
|
||||
Log.i("SDL", "Loading native libraries: " + String.join(" ", ret));
|
||||
return ret.toArray(new String[0]);
|
||||
}
|
||||
|
||||
|
||||
@@ -314,7 +314,7 @@ AppSubdirsBuild='. supertux/src/* supertux/external/findlocale supertux/external
|
||||
AppBuildExclude='supertux/external/findlocale/example.c supertux/src/video/sdl supertux/external/SDL_SavePNG/main.c'
|
||||
|
||||
# Application command line parameters, including app name as 0-th param
|
||||
AppCmdline='./supertux2'
|
||||
AppCmdline='./supertux2 --verbose'
|
||||
|
||||
# Screen size is used by Google Play to prevent an app to be installed on devices with smaller screens
|
||||
# Minimum screen size that application supports: (s)mall / (m)edium / (l)arge
|
||||
|
||||
Submodule project/jni/application/supertux/supertux updated: 3409cf9d6e...8201139e8b
Submodule project/jni/sdl2_image updated: 840d1d80ce...179ce6e4d5
Reference in New Issue
Block a user