Skip to content

Commit

Permalink
Update PureData (libPD) to v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveRussell33 authored Feb 26, 2023
1 parent 213614c commit 1594197
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 1594197

Please sign in to comment.