Skip to content

Commit 11836c2

Browse files
committed
fix typo
1 parent 40504ed commit 11836c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kivy_ios/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ def update(self):
14851485
recipes.append(name)
14861486

14871487
update_pbxproj(filename, pbx_frameworks=args.add_framework,
1488-
custom_recipes=args.recipes, custom_recipes_paths=args.add_custom_recipe)
1488+
custom_recipes=recipes, custom_recipes_paths=args.add_custom_recipe)
14891489
print("--")
14901490
print("Project {} updated".format(filename))
14911491

0 commit comments

Comments
 (0)