Skip to content

Commit 11af611

Browse files
committed
Fix build of python2's _ctypes module for NDK r19
1 parent ee22544 commit 11af611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/python2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Python2Recipe(GuestPythonRecipe):
2020
url = 'https://www.python.org/ftp/python/{version}/Python-{version}.tgz'
2121
name = 'python2'
2222

23-
depends = ['hostpython2']
23+
depends = ['hostpython2', 'libffi']
2424
conflicts = ['python3crystax', 'python3']
2525

2626
patches = [

0 commit comments

Comments
 (0)