aboutsummaryrefslogtreecommitdiff
path: root/shoutcast~/makefile.intel
diff options
context:
space:
mode:
Diffstat (limited to 'shoutcast~/makefile.intel')
-rw-r--r--shoutcast~/makefile.intel2
1 files changed, 1 insertions, 1 deletions
diff --git a/shoutcast~/makefile.intel b/shoutcast~/makefile.intel
index f306f60..48f517f 100644
--- a/shoutcast~/makefile.intel
+++ b/shoutcast~/makefile.intel
@@ -79,7 +79,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib -lmp3lame
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib -lmp3lame
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..