delocate command is fine on a single line
Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
@@ -42,9 +42,6 @@ musllinux-s390x-image = "musllinux_1_1"
|
|||||||
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
|
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
|
||||||
|
|
||||||
[tool.cibuildwheel.macos]
|
[tool.cibuildwheel.macos]
|
||||||
repair-wheel-command = """\
|
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
|
||||||
delocate-wheel --require-archs {delocate_archs} \
|
|
||||||
-w {dest_dir} -v {wheel}\
|
|
||||||
"""
|
|
||||||
|
|
||||||
[tool.cibuildwheel.windows]
|
[tool.cibuildwheel.windows]
|
||||||
|
|||||||
Reference in New Issue
Block a user