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
|
|
@ -531,7 +531,9 @@ BASE_FLAGS += -I../src/Rack/dep/oui-blendish
|
|||
BASE_FLAGS += -I../src/Rack/dep/pffft
|
||||
BASE_FLAGS += -pthread
|
||||
|
||||
ifneq ($(SYSDEPS),true)
|
||||
ifeq ($(SYSDEPS),true)
|
||||
BASE_FLAGS += -DCARDINAL_SYSDEPS
|
||||
else
|
||||
BASE_FLAGS += -DZSTDLIB_VISIBILITY=
|
||||
BASE_FLAGS += -I../src/Rack/dep/include
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue