Hide symbols from zstd too

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-06 19:16:45 +00:00
parent 6e3581675f
commit 5a98036a7d
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 7 additions and 3 deletions

View file

@ -532,6 +532,7 @@ BASE_FLAGS += -I../src/Rack/dep/pffft
BASE_FLAGS += -pthread
ifneq ($(SYSDEPS),true)
BASE_FLAGS += -DZSTDLIB_VISIBILITY=
BASE_FLAGS += -I../src/Rack/dep/include
endif