Skip to content
Snippets Groups Projects
Commit 32e4f4b3 authored by ShadowNinja's avatar ShadowNinja
Browse files

Fix Android build of threading sources

parent e4bff8be
No related branches found
No related tags found
No related merge requests found
......@@ -347,9 +347,9 @@ LOCAL_SRC_FILES += deps/sqlite/sqlite3.c
# Threading
LOCAL_SRC_FILES += \
jni/src/threading/Mutex.cpp \
jni/src/threading/Semaphore.cpp \
jni/src/threading/Thread.cpp
jni/src/threading/mutex.cpp \
jni/src/threading/semaphore.cpp \
jni/src/threading/thread.cpp
# JSONCPP
LOCAL_SRC_FILES += jni/src/json/jsoncpp.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment