Skip to content

Commit f7434de

Browse files
authored
Merge pull request kivy#2275 from obfusk/patch-4
build python3 with loadable-sqlite-extensions
2 parents 14ca8e1 + 6180c8a commit f7434de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonforandroid/recipes/python3/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ class Python3Recipe(TargetPythonRecipe):
9494
'--without-ensurepip',
9595
'ac_cv_little_endian_double=yes',
9696
'--prefix={prefix}',
97-
'--exec-prefix={exec_prefix}')
97+
'--exec-prefix={exec_prefix}',
98+
'--enable-loadable-sqlite-extensions')
9899
'''The configure arguments needed to build the python recipe. Those are
99100
used in method :meth:`build_arch` (if not overwritten like python3's
100101
recipe does).

0 commit comments

Comments
 (0)