mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
static linking of SDL2: do not load libSDL2.so from Java
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user