aboutsummaryrefslogtreecommitdiff
path: root/Makefile.advanced
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.advanced')
-rwxr-xr-xMakefile.advanced2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.advanced b/Makefile.advanced
index 401e5db..fb48ca9 100755
--- a/Makefile.advanced
+++ b/Makefile.advanced
@@ -92,7 +92,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
# ----------------------------------------------------------