Skip to content

Commit

Permalink
update zstd makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 11, 2022
1 parent f07c09a commit 3f9542e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/blosc2/internal-complibs/zstd-1.5.2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ZSTD_LIB_COMPRESSION ?= 1
ZSTD_LIB_DECOMPRESSION ?= 1
ZSTD_LIB_DICTBUILDER ?= 1
ZSTD_LIB_DEPRECATED ?= 0
ZSTD_LEGACY_SUPPORT ?= 0

# Input variables for libzstd.mk
ifeq ($(ZSTD_LIB_COMPRESSION), 0)
Expand Down Expand Up @@ -92,6 +93,7 @@ all: lib

.PHONY: libzstd.a # must be run every time
libzstd.a: CPPFLAGS += $(CPPFLAGS_STATLIB)
libzstd.a: CFLAGS += -fPIC

SET_CACHE_DIRECTORY = \
+$(MAKE) --no-print-directory $@ \
Expand Down

0 comments on commit 3f9542e

Please sign in to comment.