Skip to content

Commit

Permalink
ci:wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasblixt committed Dec 3, 2023
1 parent 7a339a1 commit 09d62ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ repair-wheel-command = "delvewheel show {wheel} --ignore-in-wheel && delvewheel

[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]
before-build = "brew install libusb"
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
repair-wheel-command = "DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"

0 comments on commit 09d62ff

Please sign in to comment.