Skip to content

Commit 5f2a1ca

Browse files
committed
enable fts3;
1 parent a2f68a9 commit 5f2a1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/apsw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def build_arch(self, arch):
1717
shprint(hostpython,
1818
'setup.py',
1919
'build_ext',
20-
'--enable=fts4'
20+
'--enable=fts3'
2121
, _env=env)
2222
# Install python bindings
2323
super(ApswRecipe, self).build_arch(arch)

0 commit comments

Comments
 (0)