We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8973ee commit 48242cfCopy full SHA for 48242cf
pythonforandroid/recipes/python2/__init__.py
@@ -31,8 +31,8 @@ class Python2Recipe(TargetPythonRecipe):
31
'patches/fix-dlfcn.patch',
32
'patches/parsetuple.patch',
33
'patches/ctypes-find-library-updated.patch',
34
- ('patches/fix-configure-darwin.patch', is_linux),
35
- ('patches/fix-distutils-darwin.patch', is_linux),
+ ('patches/fix-configure-darwin.patch', is_darwin),
+ ('patches/fix-distutils-darwin.patch', is_darwin),
36
('patches/fix-ftime-removal.patch', is_api_gt(19)),
37
('patches/disable-openpty.patch', check_all(is_api_lt(21), is_ndk('crystax')))]
38
0 commit comments