aboutsummaryrefslogtreecommitdiff
path: root/flashserver/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'flashserver/makefile')
-rw-r--r--flashserver/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashserver/makefile b/flashserver/makefile
index 76cc978..0b6b658 100644
--- a/flashserver/makefile
+++ b/flashserver/makefile
@@ -94,7 +94,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc -O2 -Wall -DPD -fPIC $(LINUXCFLAGS) $(LINUXINCLUDE) -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc
strip --strip-unneeded $*.pd_linux
# ----------------------------------------------------------