summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 04f2724..0a4859a 100755
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,10 @@ INSTALL_SOLIB = blt_hw
INSTALL_HEADER = blt_api.h
+ifneq ($(MMSYSTEM),android)
+FLAGS_blt_hw += -lpthread
+endif
+
todo: solib
#-------------------------------