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.
2 parents 14ca8e1 + 6180c8a commit f7434deCopy full SHA for f7434de
pythonforandroid/recipes/python3/__init__.py
@@ -94,7 +94,8 @@ class Python3Recipe(TargetPythonRecipe):
94
'--without-ensurepip',
95
'ac_cv_little_endian_double=yes',
96
'--prefix={prefix}',
97
- '--exec-prefix={exec_prefix}')
+ '--exec-prefix={exec_prefix}',
98
+ '--enable-loadable-sqlite-extensions')
99
'''The configure arguments needed to build the python recipe. Those are
100
used in method :meth:`build_arch` (if not overwritten like python3's
101
recipe does).
0 commit comments