Hide symbols from zstd too
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
6e3581675f
commit
5a98036a7d
4 changed files with 7 additions and 3 deletions
|
@ -38,6 +38,7 @@ BASE_FLAGS += -IRack/include
|
|||
ifeq ($(SYSDEPS),true)
|
||||
BASE_FLAGS += $(shell pkg-config --cflags jansson libarchive samplerate speexdsp)
|
||||
else
|
||||
BASE_FLAGS += -DZSTDLIB_VISIBILITY=
|
||||
BASE_FLAGS += -IRack/dep/include
|
||||
endif
|
||||
BASE_FLAGS += -IRack/dep/filesystem/include
|
||||
|
|
|
@ -133,6 +133,7 @@ BASE_FLAGS += -I../../include
|
|||
BASE_FLAGS += -I../../include/neon-compat
|
||||
BASE_FLAGS += -I../Rack/include
|
||||
ifeq ($(SYSDEPS),true)
|
||||
BASE_FLAGS += -DZSTDLIB_VISIBILITY=
|
||||
BASE_FLAGS += $(shell pkg-config --cflags jansson libarchive samplerate speexdsp)
|
||||
else
|
||||
BASE_FLAGS += -I../Rack/dep/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue