Browse Source

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

fysx 12 years ago
parent
commit
8fb02e11ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/org/libsdl/app/SDLActivity.java

+ 1 - 1
src/org/libsdl/app/SDLActivity.java

@@ -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");