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:
8e3602f
)
Fix android build
author
est31
<MTest31@outlook.com>
Fri, 11 Dec 2015 10:22:05 +0000
(11:22 +0100)
committer
est31
<MTest31@outlook.com>
Fri, 11 Dec 2015 10:24:26 +0000
(11:24 +0100)
Fix android build since commit
696148e29889b2923f926b27f76979454676506d
"Fix Event implementation"
by @ShadowNinja.
Fixes #3444. Thanks @kwolekr for pointing out the fix.
build/android/jni/Android.mk
patch
|
blob
|
history
diff --git
a/build/android/jni/Android.mk
b/build/android/jni/Android.mk
index b8fd9db78e3b71c92f64068b4752fbe1e0fbfff3..435dfa3b86daebd1f1b4aa39d57e52c876e437ec 100644
(file)
--- a/
build/android/jni/Android.mk
+++ b/
build/android/jni/Android.mk
@@
-349,6
+349,7
@@
LOCAL_SRC_FILES += deps/sqlite/sqlite3.c
# Threading
LOCAL_SRC_FILES += \
+ jni/src/threading/event.cpp \
jni/src/threading/mutex.cpp \
jni/src/threading/semaphore.cpp \
jni/src/threading/thread.cpp