Skip to content

Commit 607efcc

Browse files
committed
Fixed pygame patch paths
1 parent f1cee7e commit 607efcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pythonforandroid/recipes/pygame/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ class PygameRecipe(Recipe):
1212
depends = ['python2', 'sdl']
1313
conflicts = ['sdl2']
1414

15-
patches = ['fix-surface-access.patch',
16-
'fix-array-surface.patch',
17-
'fix-sdl-spam-log.patch']
15+
patches = ['patches/fix-surface-access.patch',
16+
'patches/fix-array-surface.patch',
17+
'patches/fix-sdl-spam-log.patch']
1818

1919
def get_recipe_env(self, arch=None):
2020
env = super(PygameRecipe, self).get_recipe_env(arch)

0 commit comments

Comments
 (0)