Fix SYSDEPS build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
fe3043783d
commit
34e3c0f782
5 changed files with 20 additions and 4 deletions
|
@ -133,9 +133,10 @@ BASE_FLAGS += -I../../include
|
|||
BASE_FLAGS += -I../../include/neon-compat
|
||||
BASE_FLAGS += -I../Rack/include
|
||||
ifeq ($(SYSDEPS),true)
|
||||
BASE_FLAGS += -DZSTDLIB_VISIBILITY=
|
||||
BASE_FLAGS += -DCARDINAL_SYSDEPS
|
||||
BASE_FLAGS += $(shell pkg-config --cflags jansson libarchive samplerate speexdsp)
|
||||
else
|
||||
BASE_FLAGS += -DZSTDLIB_VISIBILITY=
|
||||
BASE_FLAGS += -I../Rack/dep/include
|
||||
endif
|
||||
BASE_FLAGS += -I../Rack/dep/glfw/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue