Browse Source

Fix build

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
4efe110b36
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      dpf
  2. +1
    -1
      plugins/Makefile
  3. +1
    -1
      src/Makefile.cardinal.mk

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 7e6e3cc84b60727599120a8756396caa2919d46e
Subproject commit 60b9b76b466ad62a9f64f2eb7557a2563bbbf683

+ 1
- 1
plugins/Makefile View File

@@ -738,7 +738,7 @@ endif
ifeq ($(SYSDEPS),true)
BASE_FLAGS += -DCARDINAL_SYSDEPS
BASE_FLAGS += $(shell pkg-config --cflags jansson libarchive samplerate speexdsp)
BASE_FLAGS += -I../deps/sysroot
BASE_FLAGS += -I../deps/sysroot/include
else
BASE_FLAGS += -DZSTDLIB_VISIBILITY=
BASE_FLAGS += -I../src/Rack/dep/include


+ 1
- 1
src/Makefile.cardinal.mk View File

@@ -59,7 +59,7 @@ endif
ifeq ($(SYSDEPS),true)
DEP_LIB_PATH = $(abspath ../../deps/sysroot/lib)
else
DEP_LIB_PATH = $(abspath ../src/Rack/dep/lib)
DEP_LIB_PATH = $(abspath ../Rack/dep/lib)
endif

# --------------------------------------------------------------


Loading…
Cancel
Save