Skip to content
Snippets Groups Projects
Commit 6133b2bc authored by est31's avatar est31
Browse files

Fix android build

Fix android build since commit

696148e2 "Fix Event implementation"

by @ShadowNinja.

Fixes #3444. Thanks @kwolekr for pointing out the fix.
parent 8e3602f6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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