Skip to content

Commit 41077f3

Browse files
committed
remove unneeded override
1 parent 63fc703 commit 41077f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pythonforandroid/recipes/av/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ class PyAVRecipe(CythonRecipe):
1212
opt_depends = ["openssl"]
1313
patches = ['patches/compilation_syntax_errors.patch']
1414

15-
def prebuild_arch(self, arch):
16-
self.apply_patches(arch)
17-
1815
def get_recipe_env(self, arch, with_flags_in_cc=True):
1916
env = super().get_recipe_env(arch)
2017

0 commit comments

Comments
 (0)