static linking of SDL2: do not load libSDL2.so from Java

This commit is contained in:
fysx
2014-02-09 22:58:45 +01:00
parent 89c54f9712
commit 8fb02e11ab
+1 -1
View File
@@ -44,7 +44,7 @@ public class SDLActivity extends Activity {
// Load the .so
static {
System.loadLibrary("SDL2");
//System.loadLibrary("SDL2");
//System.loadLibrary("SDL2_image");
//System.loadLibrary("SDL2_mixer");
//System.loadLibrary("SDL2_net");