10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8206f1 commit 99bf26bCopy full SHA for 99bf26b
recipes/libtorrent/libtorrent-v7a.so
55.1 MB
recipes/libtorrent/recipe.sh
@@ -28,7 +28,7 @@ function prebuild_libtorrent() {
28
function build_libtorrent() {
29
30
# 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
+ try cp $RECIPE_libtorrent/libtorrent-v7a.so $BUILD_PATH/python-install/lib/python2.7/site-packages/libtorrent.so
32
33
}
34
0 commit comments