8000 Merge pull request #626 from cbenhagen/patch-3 · mixedCase/python-for-android@452afaa · GitHub
[go: up one dir, main page]

Skip to content

Commit 452afaa

Browse files
committed
Merge pull request kivy#626 from cbenhagen/patch-3
Use darwin patches
2 parents a8973ee + 48242cf commit 452afaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/python2/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class Python2Recipe(TargetPythonRecipe):
3131
'patches/fix-dlfcn.patch',
3232
'patches/parsetuple.patch',
3333
'patches/ctypes-find-library-updated.patch',
34-
('patches/fix-configure-darwin.patch', is_linux),
35-
('patches/fix-distutils-darwin.patch', is_linux),
34+
('patches/fix-configure-darwin.patch', is_darwin),
35+
('patches/fix-distutils-darwin.patch', is_darwin),
3636
('patches/fix-ftime-removal.patch', is_api_gt(19)),
3737
('patches/disable-openpty.patch', check_all(is_api_lt(21), is_ndk('crystax')))]
3838

0 commit comments

Comments
 (0)
0