We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cee7e commit 607efccCopy full SHA for 607efcc
pythonforandroid/recipes/pygame/__init__.py
@@ -12,9 +12,9 @@ class PygameRecipe(Recipe):
12
depends = ['python2', 'sdl']
13
conflicts = ['sdl2']
14
15
- patches = ['fix-surface-access.patch',
16
- 'fix-array-surface.patch',
17
- 'fix-sdl-spam-log.patch']
+ patches = ['patches/fix-surface-access.patch',
+ 'patches/fix-array-surface.patch',
+ 'patches/fix-sdl-spam-log.patch']
18
19
def get_recipe_env(self, arch=None):
20
env = super(PygameRecipe, self).get_recipe_env(arch)
0 commit comments