8000
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 643a7f7 commit c6c3ea8Copy full SHA for c6c3ea8
pythonforandroid/recipes/libtorrent/__init__.py
@@ -75,7 +75,11 @@ def build_arch(self, arch):
75
# Define build variables
76
build_dir = self.get_build_dir(arch.arch)
77
ctx_libs_dir = self.ctx.get_libs_dir(arch.arch)
78
- encryption = 'openssl' if 'openssl' in recipe.ctx.recipe_build_order else 'built-in'
+ encryption = (
79
+ 'openssl'
80
+ if 'openssl' in recipe.ctx.recipe_build_order
81
+ else 'built-in'
82
+ )
83
build_args = [
84
'-q',
85
# '-a', # force build, useful to debug the build
0 commit comments