aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index c0638cd..340660a 100644
--- a/makefile
+++ b/makefile
@@ -29,7 +29,7 @@ LINUXINCLUDE = -I /usr/local/include
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -lsdif -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld -lsdif --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm $*.o