aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5defaaa..e28f664 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ LINUXINCLUDEPATH=../../src
LINUXINCLUDE = -I$(LINUXINCLUDEPATH)
$(NAME).pd_linux: $(NAME).o
- ld -export_dynamic -shared -o $(NAME).pd_linux k_guile.o -lc -lm -lguile
+ ld --export-dynamic -shared -o $(NAME).pd_linux k_guile.o -lc -lm -lguile
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $(DIR)/$*.pd_linux ..