aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b7a5c34..a7b2422 100644
--- a/makefile
+++ b/makefile
@@ -71,7 +71,7 @@ LINUXINCLUDE = -I$(PDSRCDIR)
.c.pd_linux:
gcc $(LINUXCFLAGS) $(LINUXINCLUDE) -g -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm -ljack
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm -ljack
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..