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