diff options
Diffstat (limited to 'assert/makefile')
-rw-r--r-- | assert/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assert/makefile b/assert/makefile index 3a00de1..ac5776c 100644 --- a/assert/makefile +++ b/assert/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 |