Skip to content

Commit

Permalink
Fix zbarlight iOS simulator build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterman committed Jul 25, 2024
1 parent ff420e5 commit ca62eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BROKEN_RECIPES = set(["netifaces", "zbarlight", "kivent_core", "libzbar"])
BROKEN_RECIPES = set(["netifaces", "kivent_core"])

# recipes that were already built will be skipped
CORE_RECIPES = set(["kivy", "hostpython3", "python3"])
1 change: 1 addition & 0 deletions kivy_ios/recipes/zbarlight/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def get_zbar_env(self, plat):
build_env["ARCH"] = plat.arch
build_env["ARM_LD"] = build_env["LD"]
build_env["LDSHARED"] = join(self.ctx.root_dir, "tools", "liblink")
build_env["PLATFORM_SDK"] = plat.sdk
return build_env

def build_platform(self, plat):
Expand Down

0 comments on commit ca62eeb

Please sign in to comment.