Skip to content

Commit 6180c8a

Browse files
authored
build python3 with loadable-sqlite-extensions
1 parent df2178b commit 6180c8a

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)