aboutsummaryrefslogtreecommitdiff
path: root/pd/extra/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pd/extra/makefile')
-rw-r--r--pd/extra/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/extra/makefile b/pd/extra/makefile
index 9b2dd931..ee028616 100644
--- a/pd/extra/makefile
+++ b/pd/extra/makefile
@@ -37,7 +37,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
$(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- $(CC) -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ $(CC) -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o