Skip to content

Commit

Permalink
Fix android build
Browse files Browse the repository at this point in the history
Android had a linker error since commit:

31e0667 "Add Lua interface to HTTPFetchRequest"

Fixes #3766. Thanks to @MoNTE48 for reporting the bug.
  • Loading branch information
est31 committed Feb 23, 2016
1 parent e17fbb3 commit f3f4af3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/android/jni/Android.mk
Expand Up @@ -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 \
Expand Down

0 comments on commit f3f4af3

Please sign in to comment.