8000 Use darwin patches · mixedCase/python-for-android@48242cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 48242cf

Browse files
committed
Use darwin patches
fixes kivy#623
1 parent a8973ee commit 48242cf

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