mirror of https://github.com/Kylart/KawAnime.git
Fix collect dylibs script if using custom libtorrent install
This commit is contained in:
parent
f592a55e21
commit
04d7e21da9
|
@ -27,7 +27,12 @@ then
|
||||||
|
|
||||||
set +x
|
set +x
|
||||||
copy_deps /usr/local/lib/libmpv.1.dylib public/mpv
|
copy_deps /usr/local/lib/libmpv.1.dylib public/mpv
|
||||||
copy_deps bindings/build/Release/libtorrent-rasterbar.10.dylib public
|
|
||||||
|
if [ -f bindings/build/Release/libtorrent-rasterbar.10.dylib ]
|
||||||
|
then
|
||||||
|
copy_deps bindings/build/Release/libtorrent-rasterbar.10.dylib public
|
||||||
|
fi
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# See <https://github.com/Kagami/boram/issues/11>.
|
# See <https://github.com/Kagami/boram/issues/11>.
|
||||||
|
|
Loading…
Reference in New Issue