Skip to content

Commit 87d099f

Browse files
committed
[recipes] Fix compilation for regex recipe
The error was: build/other_builds/hostpython3/desktop/hostpython3/Include/Python.h:39:19: fatal error: crypt.h: No such file or directory
1 parent 5abb0ec commit 87d099f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/regex/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class RegexRecipe(CompiledComponentsPythonRecipe):
77
url = 'https://pypi.python.org/packages/d1/23/5fa829706ee1d4452552eb32e0bfc1039553e01f50a8754c6f7152e85c1b/regex-{version}.tar.gz'
88

99
depends = ['setuptools']
10+
call_hostpython_via_targetpython = False
1011

1112

1213
recipe = RegexRecipe()

0 commit comments

Comments
 (0)