aboutsummaryrefslogtreecommitdiff
path: root/erf~/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'erf~/makefile')
-rw-r--r--erf~/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/erf~/makefile b/erf~/makefile
index a4c8ed4..525fc48 100644
--- a/erf~/makefile
+++ b/erf~/makefile
@@ -70,7 +70,7 @@ LSTRIP = strip --strip-unneeded -R .note -R .comment
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- cc -Wl,-export_dynamic --shared -o $*.pd_linux $*.o -lm
+ cc -Wl,--export-dynamic --shared -o $*.pd_linux $*.o -lm
$(LSTRIP) $*.pd_linux
rm -f $*.o