1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Drop libgmp on Android and use mini-gmp (#8047)

This commit is contained in:
Loïc Blot 2019-01-04 16:41:42 +01:00 committed by Loïc Blot
parent 6b978f88e3
commit 9854340c0b
5 changed files with 11 additions and 86 deletions

View file

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