aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index db8ba70..5978b5f 100755
--- a/makefile
+++ b/makefile
@@ -59,7 +59,7 @@ LINUXINCLUDE = -I../../pd/src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm $*.o