Skip to content

Commit

Permalink
Allow zyn plugins again
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jul 15, 2022
1 parent 47380b7 commit e32f21f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ ifeq ($(MACOS_OR_WINDOWS),true)
SKIP_ZYN_SYNTH = true
endif

# HAVE_NTK = $(shell pkg-config --exists ntk ntk_images && echo true)
# HAVE_PROJECTM = $(shell pkg-config --exists libprojectM && echo true)
# ifneq ($(MACOS_OLD),true)
# HAVE_ZYN_DEPS = $(shell pkg-config --exists liblo fftw3 mxml zlib && echo true)
# endif
HAVE_NTK = $(shell pkg-config --exists ntk ntk_images && echo true)
HAVE_ZYN_DEPS = $(shell pkg-config --exists liblo fftw3 mxml zlib && echo true)

# ---------------------------------------------------------------------------------------------------------------------
# Check for optional libs (special non-pkgconfig unix tests)
Expand Down

0 comments on commit e32f21f

Please sign in to comment.