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 0c507ea commit 04e8008Copy full SHA for 04e8008
pythonforandroid/recipes/libsecp256k1/__init__.py
@@ -23,6 +23,8 @@ def build_arch(self, arch):
23
'--prefix=' + self.ctx.get_python_install_dir(arch.arch),
24
'--enable-shared',
25
'--enable-module-recovery',
26
+ '--enable-module-extrakeys',
27
+ '--enable-module-schnorrsig',
28
'--enable-experimental',
29
'--enable-module-ecdh',
30
_env=env)
0 commit comments