We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d083a commit 16f60d3Copy full SHA for 16f60d3
1 file changed
pythonforandroid/recipes/jedi/__init__.py
@@ -14,5 +14,7 @@ class JediRecipe(PythonRecipe):
14
# pypi yet), but it still occurs on Android, I could not reproduce
15
# on desktop.
16
17
+ call_hostpython_via_targetpython = False
18
+
19
20
recipe = JediRecipe()
0 commit comments