mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Bundle VST3 scanner with binary packages
This commit is contained in:
parent
216935f16e
commit
3ed9a712b9
3 changed files with 9 additions and 1 deletions
|
|
@ -447,8 +447,10 @@ fi
|
|||
# neither binary nor script exists)
|
||||
if test -d $BUILD_ROOT/libs/fst ; then
|
||||
cp $BUILD_ROOT/libs/fst/ardour-vst-scanner* $APPLIB || true
|
||||
cp $BUILD_ROOT/libs/fst/ardour-vst3-scanner* $APPLIB || true
|
||||
if test x$STRIP = xall ; then
|
||||
strip -s $APPLIB/ardour-vst-scanner*
|
||||
strip -s $APPLIB/ardour-vst3-scanner*
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue