From f896180903e0d50fb39c2e5e178f8f9208a48e02 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 26 Dec 2013 08:14:49 +0000 Subject: [PATCH] Misc --- source/bridges/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/bridges/Makefile b/source/bridges/Makefile index 7a5956dd2..2b520209e 100644 --- a/source/bridges/Makefile +++ b/source/bridges/Makefile @@ -121,7 +121,7 @@ ifeq ($(HAVE_ZYN_DEPS),true) NATIVE_BUILD_FLAGS += -DWANT_ZYNADDSUBFX NATIVE_LINK_FLAGS += $(shell pkg-config --libs fftw3 mxml zlib) ifeq ($(HAVE_ZYN_UI_DEPS),true) -NATIVE_LINK_FLAGS += $(shell pkg-config --libs ntk ntk_images) +NATIVE_LINK_FLAGS += $(shell pkg-config --libs ntk_images ntk) endif endif