Bundle VST3 scanner with binary packages

This commit is contained in:
Robin Gareus 2020-09-18 18:54:45 +02:00
parent 216935f16e
commit 3ed9a712b9
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 9 additions and 1 deletions

View file

@ -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