diff options
Diffstat (limited to 'join')
-rw-r--r-- | join/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/join/makefile b/join/makefile index bcad613..d4b6e2a 100644 --- a/join/makefile +++ b/join/makefile @@ -70,7 +70,7 @@ LSTRIP = strip --strip-unneeded -R .note -R .comment .c.pd_linux: cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c - cc -Wl,-export_dynamic --shared -o $*.pd_linux $*.o -lm + cc -Wl,--export-dynamic --shared -o $*.pd_linux $*.o -lm $(LSTRIP) $*.pd_linux rm -f $*.o |