aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--OSC/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/OSC/makefile b/OSC/makefile
index e68f8cf..515e7a8 100644
--- a/OSC/makefile
+++ b/OSC/makefile
@@ -24,7 +24,7 @@ DARWINEXTERNALS = htmsocket.o OSC-pattern-match.o sendOSC.o dumpOSC.o routeOSC.o
.c.pd_darwin:
cc $(DARWINCFLAGS) $(DARWININCLUDE) -c *.c
- cc -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o $(DARWINEXTERNALS) $(LIBOSC)
+ cc -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o $(DARWINEXTERNALS) $(LIBS) $(LIBOSC)
rm -f $*.o ../$*.pd_darwin
ln -s $*/$*.pd_darwin ..