From 965334576d774841fbf797a46cac1eac139f4d0e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 18 Aug 2016 17:37:54 +0200 Subject: [PATCH] wscript: update to 0.47-1 on macosx --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 186d408..e1afe5f 100644 --- a/wscript +++ b/wscript @@ -25,7 +25,7 @@ def configure(ctx): ctx.env.cshlib_PATTERN = '%s.pd_darwin' # add default include path for both pd and pd-extended # set CFLAGS for custom location - ctx.env.CFLAGS += ['-I/Applications/Pd-0.45-3.app/Contents/Resources/src'] + ctx.env.CFLAGS += ['-I/Applications/Pd-0.47-1.app/Contents/Resources/src'] ctx.env.CFLAGS += ['-I/Applications/Pd-extended.app/Contents/Resources/include'] ctx.env.CFLAGS += ['-arch', 'i386', '-arch', 'x86_64'] ctx.env.LINKFLAGS += ['-arch', 'i386', '-arch', 'x86_64'] -- 2.11.0