diff options
Diffstat (limited to 'randomblock~')
-rw-r--r-- | randomblock~/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/randomblock~/Makefile b/randomblock~/Makefile index de2ce94..b6a079f 100644 --- a/randomblock~/Makefile +++ b/randomblock~/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 -lc -lm -L/usr/local/lib
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
|