Tweak default mac repair cmd: delocate verbose

This commit is contained in:
Ankith
2022-10-21 14:14:13 +05:30
parent 6c361f0193
commit c09359e9af
4 changed files with 11 additions and 12 deletions
+4 -4
View File
@@ -42,9 +42,9 @@ musllinux-s390x-image = "musllinux_1_1"
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
[tool.cibuildwheel.macos]
repair-wheel-command = [
"delocate-listdeps {wheel}",
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}",
]
repair-wheel-command = """\
delocate-wheel --require-archs {delocate_archs} \
-w {dest_dir} -v {wheel}\
"""
[tool.cibuildwheel.windows]