Skip to content

Commit

Permalink
delocate command is fine on a single line
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Rickerby <joerick@mac.com>
  • Loading branch information
ankith26 and joerick authored Oct 21, 2022
1 parent c09359e commit 03396fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cibuildwheel/resources/defaults.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ musllinux-s390x-image = "musllinux_1_1"
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"

[tool.cibuildwheel.macos]
repair-wheel-command = """\
delocate-wheel --require-archs {delocate_archs} \
-w {dest_dir} -v {wheel}\
"""
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"

[tool.cibuildwheel.windows]

0 comments on commit 03396fd

Please sign in to comment.