projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e17fbb3
)
Fix android build
author
est31
<MTest31@outlook.com>
Tue, 23 Feb 2016 00:14:00 +0000
(
01:14
+0100)
committer
est31
<MTest31@outlook.com>
Tue, 23 Feb 2016 00:48:52 +0000
(
01:48
+0100)
Android had a linker error since commit:
31e0667a4a53a238d0321194b57b083bd74c0a5b
"Add Lua interface to HTTPFetchRequest"
Fixes #3766. Thanks to @MoNTE48 for reporting the bug.
build/android/jni/Android.mk
patch
|
blob
|
history
diff --git
a/build/android/jni/Android.mk
b/build/android/jni/Android.mk
index ff9d9ec4303ac67916297e8749bdbb5167efad87..0528c560b87a8320f0ce9074a752f8591f7582e1 100644
(file)
--- a/
build/android/jni/Android.mk
+++ b/
build/android/jni/Android.mk
@@
-303,6
+303,7
@@
LOCAL_SRC_FILES += \
jni/src/script/lua_api/l_rollback.cpp \
jni/src/script/lua_api/l_server.cpp \
jni/src/script/lua_api/l_settings.cpp \
+ jni/src/script/lua_api/l_http.cpp \
jni/src/script/lua_api/l_util.cpp \
jni/src/script/lua_api/l_vmanip.cpp \
jni/src/script/scripting_game.cpp \