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:
e4bff8b
)
Fix Android build of threading sources
author
ShadowNinja
<shadowninja@minetest.net>
Mon, 24 Aug 2015 15:20:53 +0000
(11:20 -0400)
committer
ShadowNinja
<shadowninja@minetest.net>
Mon, 24 Aug 2015 15:20:53 +0000
(11:20 -0400)
build/android/jni/Android.mk
patch
|
blob
|
history
diff --git
a/build/android/jni/Android.mk
b/build/android/jni/Android.mk
index cf7094ca8580388f2318f5aff3e75ddaa9985ab4..faecf9003a1b839c999b98033dc3281786b58704 100644
(file)
--- a/
build/android/jni/Android.mk
+++ b/
build/android/jni/Android.mk
@@
-347,9
+347,9
@@
LOCAL_SRC_FILES += deps/sqlite/sqlite3.c
# Threading
LOCAL_SRC_FILES += \
- jni/src/threading/
M
utex.cpp \
- jni/src/threading/
S
emaphore.cpp \
- jni/src/threading/
T
hread.cpp
+ jni/src/threading/
m
utex.cpp \
+ jni/src/threading/
s
emaphore.cpp \
+ jni/src/threading/
t
hread.cpp
# JSONCPP
LOCAL_SRC_FILES += jni/src/json/jsoncpp.cpp