summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa8617e..20b4d07 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,8 @@ LOCAL_CPPFLAGS := \
-D_LARGEFILE64_SOURCE \
-D_FILE_OFFSET_BITS=64 \
-D_TIME_BITS=64 \
- -DBFS_VERSION=\"$(VERSION)\"
+ -DBFS_VERSION=\"$(VERSION)\" \
+ -pthread
LOCAL_CFLAGS := -std=c17
LOCAL_LDFLAGS :=