aboutsummaryrefslogtreecommitdiff
path: root/makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.sub')
-rw-r--r--makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.sub b/makefile.sub
index 684d3ed..52a1007 100644
--- a/makefile.sub
+++ b/makefile.sub
@@ -24,7 +24,7 @@ INCLUDES = -I.. -I../include
%.pd_linux: %.c
$(CC) $(CFLAGS) $(INCLUDES) -o "$*.o" -c $*.c
- gcc -Wl,-export_dynamic -shared -o "$*.pd_linux" "$*.o" -lc -lm
+ gcc -Wl,--export-dynamic -shared -o "$*.pd_linux" "$*.o" -lc -lm
chmod a-x "$*.pd_linux"
rm -f "$*.o"