Fix typo in libzstd.a-mt make rules
The macro name is ZSTD_MULTITHREAD, not ZSTD_MULTHREAD.
Fixes: ca6fae7808 ("Add MT enabled targets for libzstd")
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ libzstd.a: $(ZSTD_OBJ)
|
|||||||
@echo compiling static library
|
@echo compiling static library
|
||||||
@$(AR) $(ARFLAGS) $@ $^
|
@$(AR) $(ARFLAGS) $@ $^
|
||||||
|
|
||||||
libzstd.a-mt: CPPFLAGS += -DZSTD_MULTHREAD
|
libzstd.a-mt: CPPFLAGS += -DZSTD_MULTITHREAD
|
||||||
libzstd.a-mt: libzstd.a
|
libzstd.a-mt: libzstd.a
|
||||||
|
|
||||||
$(LIBZSTD): LDFLAGS += -shared -fPIC -fvisibility=hidden
|
$(LIBZSTD): LDFLAGS += -shared -fPIC -fvisibility=hidden
|
||||||
|
|||||||
Reference in New Issue
Block a user