diff options
Diffstat (limited to 'speex~')
-rw-r--r-- | speex~/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/speex~/Makefile b/speex~/Makefile index 754c858..c8fc862 100644 --- a/speex~/Makefile +++ b/speex~/Makefile @@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src .c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -L/usr/local/lib -lc -lm -lspeex
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -L/usr/local/lib -lc -lm -lspeex
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s speex~/$*.pd_linux ..
|