Skip to content

Commit 1583720

Browse files
committed
Renable levenshtein build
1 parent 06f9191 commit 1583720

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pythonforandroid/recipes/levenshtein/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ class LevenshteinRecipe(CompiledComponentsPythonRecipe):
88
depends = [('python2', 'python3'), 'setuptools']
99

1010
call_hostpython_via_targetpython = False
11-
install_in_targetpython = False
12-
install_in_hostpython = True
1311

1412
recipe = LevenshteinRecipe()

0 commit comments

Comments
 (0)