Skip to content

Commit 99bf26b

Browse files
committed
Added a v7a version of libtorrent and made it default
1 parent e8206f1 commit 99bf26b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

recipes/libtorrent/libtorrent-v7a.so

55.1 MB
Binary file not shown.

recipes/libtorrent/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function prebuild_libtorrent() {
2828
function build_libtorrent() {
2929

3030
# Copy the prebuilt libtorrent.so to the python's packages, so it can be imported
31-
try cp $RECIPE_libtorrent/libtorrent.so $BUILD_PATH/python-install/lib/python2.7/site-packages/libtorrent.so
31+
try cp $RECIPE_libtorrent/libtorrent-v7a.so $BUILD_PATH/python-install/lib/python2.7/site-packages/libtorrent.so
3232

3333
}
3434

0 commit comments

Comments
 (0)