mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-10 11:25:07 -05:00
Fix android build
Thanks to @Wayward1 for reporting the bug. Fixes #4212.
This commit is contained in:
parent
dac40af6ee
commit
817fea6330
@ -224,6 +224,7 @@ LOCAL_SRC_FILES := \
|
|||||||
jni/src/util/auth.cpp \
|
jni/src/util/auth.cpp \
|
||||||
jni/src/util/base64.cpp \
|
jni/src/util/base64.cpp \
|
||||||
jni/src/util/directiontables.cpp \
|
jni/src/util/directiontables.cpp \
|
||||||
|
jni/src/util/enriched_string.cpp \
|
||||||
jni/src/util/numeric.cpp \
|
jni/src/util/numeric.cpp \
|
||||||
jni/src/util/pointedthing.cpp \
|
jni/src/util/pointedthing.cpp \
|
||||||
jni/src/util/serialize.cpp \
|
jni/src/util/serialize.cpp \
|
||||||
@ -256,7 +257,9 @@ LOCAL_SRC_FILES := \
|
|||||||
jni/src/settings.cpp \
|
jni/src/settings.cpp \
|
||||||
jni/src/wieldmesh.cpp \
|
jni/src/wieldmesh.cpp \
|
||||||
jni/src/client/clientlauncher.cpp \
|
jni/src/client/clientlauncher.cpp \
|
||||||
jni/src/client/tile.cpp
|
jni/src/client/tile.cpp \
|
||||||
|
jni/src/client/joystick_controller.cpp \
|
||||||
|
jni/src/irrlicht_changes/static_text.cpp
|
||||||
|
|
||||||
# intentionally kept out (we already build openssl itself): jni/src/util/sha256.c
|
# intentionally kept out (we already build openssl itself): jni/src/util/sha256.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user