Skip to content

Commit 52d0ff7

Browse files
authored
Merge pull request #72 from SteveRussell33/v2
Update PureData (libPD) to v0.13.2
2 parents 213614c + 1594197 commit 52d0ff7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ libpd := dep/lib/libpd.a
226226
SOURCES += src/LibPDEngine.cpp
227227
OBJECTS += $(libpd)
228228
DEPS += $(libpd)
229-
FLAGS += -Idep/include/libpd -DHAVE_LIBDL
229+
FLAGS += -Idep/include/libpd -DHAVE_LIBDL -DPDINSTANCE -DPDTHREADS
230230

231231
ifdef ARCH_WIN
232232
# PD_INTERNAL leaves the function declarations for libpd unchanged
@@ -241,7 +241,7 @@ endif
241241

242242
$(libpd):
243243
cd dep && git clone "https://github.com/libpd/libpd.git" --recursive
244-
cd dep/libpd && git checkout 5772a612527f06597d44d195843307ad0e3578fe
244+
cd dep/libpd && git checkout e3980d2fe45ef9eaaec1d45e4d68637eaf76a8b1
245245

246246
ifdef ARCH_MAC
247247
# libpd's Makefile is handmade, and it doesn't honor CFLAGS and LDFLAGS environments.

0 commit comments

Comments
 (0)