Skip to content

Commit 12aa76c

Browse files
authored
Merge pull request kivy#1799 from FunmiKesa/patch-2
Update recipes.rst
2 parents c267926 + 33db70e commit 12aa76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/recipes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ overrides if you do not use them::
438438
# Manipulate the env here if you want
439439
return env
440440

441-
def should_build(self):
441+
def should_build(self, arch):
442442
# Add a check for whether the recipe is already built if you
443443
# want, and return False if it is.
444444
return True

0 commit comments

Comments
 (0)