Skip to content

Commit 04e8008

Browse files
committed
recipe: libsecp256k1: enable modules for schnorr sigs
1 parent 0c507ea commit 04e8008

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/recipes/libsecp256k1/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def build_arch(self, arch):
2323
'--prefix=' + self.ctx.get_python_install_dir(arch.arch),
2424
'--enable-shared',
2525
'--enable-module-recovery',
26+
'--enable-module-extrakeys',
27+
'--enable-module-schnorrsig',
2628
'--enable-experimental',
2729
'--enable-module-ecdh',
2830
_env=env)

0 commit comments

Comments
 (0)