aboutsummaryrefslogtreecommitdiff
path: root/detox/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'detox/makefile')
-rw-r--r--detox/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/detox/makefile b/detox/makefile
index 6e4c3db..cde42ff 100644
--- a/detox/makefile
+++ b/detox/makefile
@@ -68,7 +68,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 -f $*.o