Skip to content

Commit

Permalink
Merge pull request #1798 from FunmiKesa/patch-1
Browse files Browse the repository at this point in the history
Update recipes.rst
  • Loading branch information
AndreMiras authored Apr 19, 2019
2 parents 9c819c6 + 1d20930 commit c267926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ overrides if you do not use them::
# alongside this one

def get_recipe_env(self, arch):
env = super(YourRecipe, self).get_recipe_env()
env = super(YourRecipe, self).get_recipe_env(arch)
# Manipulate the env here if you want
return env

Expand Down

0 comments on commit c267926

Please sign in to comment.