From e54f2163c648c5674d4d9fe2db04704c00aef1f0 Mon Sep 17 00:00:00 2001 From: max Date: Wed, 2 Sep 2020 13:11:33 +0200 Subject: [PATCH] added libpd compile flag to use dynamic libraries, aka externals --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c9cc73..28965ad 100644 --- a/Makefile +++ b/Makefile @@ -219,7 +219,7 @@ libpd := dep/lib/libpd.a SOURCES += src/LibPDEngine.cpp OBJECTS += $(libpd) DEPS += $(libpd) -FLAGS += -Idep/include/libpd +FLAGS += -Idep/include/libpd -DHAVE_LIBDL ifdef ARCH_WIN # the PD_INTERNAL leaves the function declarations for libpd unchanged