mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Android: statically load iconv library
Fixes #3291 Thanks to @arpruss for reporting the bug, and suggesting the fix. Also, remove trailing whitespaces.
This commit is contained in:
parent
e46fa22003
commit
49bda7f98d
1 changed files with 16 additions and 15 deletions
|
@ -87,6 +87,7 @@ public class MtNativeActivity extends NativeActivity {
|
|||
System.loadLibrary("ssl");
|
||||
System.loadLibrary("crypto");
|
||||
System.loadLibrary("gmp");
|
||||
System.loadLibrary("iconv");
|
||||
|
||||
// We don't have to load libminetest.so ourselves,
|
||||
// but if we do, we get nicer logcat errors when
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue