diff options
Diffstat (limited to 'Makefile.pd_darwin')
-rw-r--r-- | Makefile.pd_darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pd_darwin b/Makefile.pd_darwin index 7dad28d..bcdaa83 100644 --- a/Makefile.pd_darwin +++ b/Makefile.pd_darwin @@ -7,7 +7,7 @@ current: make -C modules++ rm -f $(LIBNAME) - $(CPLUSPLUS) $(LIBFLAGS) -o $(LIBNAME) system/*.o modules/*.o modules++/*.o -lm + $(CXX) $(LIBFLAGS) -o $(LIBNAME) system/*.o modules/*.o modules++/*.o -lm # strip --strip-unneeded $(LIBNAME) clean: |