Skip to content

Commit

Permalink
sanitize rpaths on mac
Browse files Browse the repository at this point in the history
matches linux behavior
  • Loading branch information
minrk committed Aug 22, 2024
1 parent 879c8e0 commit ff1f08c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ CXXFLAGS = "-Wl,-strip-all"

[tool.cibuildwheel.macos]
before-all = "bash tools/install_libzmq.sh"
repair-wheel-command = "delocate-wheel --sanitize-rpaths --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"

[tool.cibuildwheel.macos.environment]
# note: everything here needs to also be duplicated in overrides below
Expand Down

0 comments on commit ff1f08c

Please sign in to comment.