changed MT enabling macro to ZSTD_MULTITHREAD

This commit is contained in:
Yann Collet
2017-01-19 14:05:07 -08:00
parent f22adae984
commit 0f984d94c4
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ gzstd:
&& $(MAKE) zstd; \
fi
zstdmt: CPPFLAGS += -DZSTD_PTHREAD
zstdmt: CPPFLAGS += -DZSTD_MULTITHREAD
zstdmt: LDFLAGS += -lpthread
zstdmt: zstd