Browse Source

fix lsp build

before_cleanup
Alexandros Theodotou 3 years ago
parent
commit
194e859fd0
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 2
      scripts/make_lsp_dsp_lib.sh.in

2
scripts/make_lsp_dsp_lib.sh.in

@ -13,6 +13,6 @@ tempdir=`mktemp -d` @@ -13,6 +13,6 @@ tempdir=`mktemp -d`
tar xf $tarball -C $tempdir
ls -l "$tempdir"
cd "$tempdir/lsp-dsp-lib"
make config PREFIX=$temp_lib_prefix
make config PREFIX=$temp_lib_prefix LIBDIR=$temp_lib_prefix/@LIBDIR@
make -j4 && make install
rm -rf $tempdir

Loading…
Cancel
Save