aboutsummaryrefslogtreecommitdiff
path: root/pd/extra/pd~/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pd/extra/pd~/makefile')
-rw-r--r--pd/extra/pd~/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/extra/pd~/makefile b/pd/extra/pd~/makefile
index 492c20c2..d069c73d 100644
--- a/pd/extra/pd~/makefile
+++ b/pd/extra/pd~/makefile
@@ -10,6 +10,6 @@ d_ppc: pdsched.d_ppc
pdsched.pd_linux: pdsched.c
$(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