Browse Source

added libpd compile flag to use dynamic libraries, aka externals

pull/45/head
max 4 years ago
parent
commit
e54f2163c6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -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


Loading…
Cancel
Save