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