We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 213614c + 1594197 commit 52d0ff7Copy full SHA for 52d0ff7
1 file changed
Makefile
@@ -226,7 +226,7 @@ libpd := dep/lib/libpd.a
226
SOURCES += src/LibPDEngine.cpp
227
OBJECTS += $(libpd)
228
DEPS += $(libpd)
229
-FLAGS += -Idep/include/libpd -DHAVE_LIBDL
+FLAGS += -Idep/include/libpd -DHAVE_LIBDL -DPDINSTANCE -DPDTHREADS
230
231
ifdef ARCH_WIN
232
# PD_INTERNAL leaves the function declarations for libpd unchanged
@@ -241,7 +241,7 @@ endif
241
242
$(libpd):
243
cd dep && git clone "https://github.com/libpd/libpd.git" --recursive
244
- cd dep/libpd && git checkout 5772a612527f06597d44d195843307ad0e3578fe
+ cd dep/libpd && git checkout e3980d2fe45ef9eaaec1d45e4d68637eaf76a8b1
245
246
ifdef ARCH_MAC
247
# libpd's Makefile is handmade, and it doesn't honor CFLAGS and LDFLAGS environments.
0 commit comments