mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 02:15:22 +02:00
Drop libgmp on Android and use mini-gmp (#8047)
This commit is contained in:
@@ -14,7 +14,6 @@ public class MtNativeActivity extends NativeActivity {
|
||||
System.loadLibrary("openal");
|
||||
System.loadLibrary("ogg");
|
||||
System.loadLibrary("vorbis");
|
||||
System.loadLibrary("gmp");
|
||||
System.loadLibrary("iconv");
|
||||
System.loadLibrary("minetest");
|
||||
}
|
||||
|
Reference in New Issue
Block a user