aboutsummaryrefslogtreecommitdiff
path: root/underscore/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'underscore/makefile')
-rw-r--r--underscore/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/underscore/makefile b/underscore/makefile
index bfbcc6a..faaa56b 100644
--- a/underscore/makefile
+++ b/underscore/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