Fix collect dylibs script if using custom libtorrent install

This commit is contained in:
Kylart 2020-04-15 02:28:55 +02:00
parent f592a55e21
commit 04d7e21da9
1 changed files with 6 additions and 1 deletions

View File

@ -27,7 +27,12 @@ then
set +x
copy_deps /usr/local/lib/libmpv.1.dylib public/mpv
if [ -f bindings/build/Release/libtorrent-rasterbar.10.dylib ]
then
copy_deps bindings/build/Release/libtorrent-rasterbar.10.dylib public
fi
set -x
# See <https://github.com/Kagami/boram/issues/11>.