Skip to content

Commit

Permalink
Merge pull request #72 from SteveRussell33/v2
Browse files Browse the repository at this point in the history
Update PureData (libPD) to v0.13.2
  • Loading branch information
mxa authored Feb 26, 2023
2 parents 213614c + 1594197 commit 52d0ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ libpd := dep/lib/libpd.a
SOURCES += src/LibPDEngine.cpp
OBJECTS += $(libpd)
DEPS += $(libpd)
FLAGS += -Idep/include/libpd -DHAVE_LIBDL
FLAGS += -Idep/include/libpd -DHAVE_LIBDL -DPDINSTANCE -DPDTHREADS

ifdef ARCH_WIN
# PD_INTERNAL leaves the function declarations for libpd unchanged
Expand All @@ -241,7 +241,7 @@ endif

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

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

0 comments on commit 52d0ff7

Please sign in to comment.