Merge pull request #1322 from ankith26/update-delocate-default
Tweak default mac repair cmd: use delocate-wheel verbose flag instead of extra listdeps command
This commit is contained in:
@@ -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-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]
|
||||
|
||||
Reference in New Issue
Block a user