aboutsummaryrefslogtreecommitdiff
path: root/comport
diff options
context:
space:
mode:
Diffstat (limited to 'comport')
-rw-r--r--comport/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comport/makefile b/comport/makefile
index 15f3ca0..53f5563 100644
--- a/comport/makefile
+++ b/comport/makefile
@@ -77,7 +77,7 @@ LINUXINCLUDE = -I../../src -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