Skip to content

Commit fbd0a36

Browse files
committed
Fix
1 parent ff2d4de commit fbd0a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ build-dir = "build/{wheel_tag}"
4848
build = ["cp310-manylinux_x86_64"]
4949
manylinux-x86_64-image = "manylinux_2_28"
5050
before-all = "bash {project}/.github/scripts/build_roboplan_deps.sh {project}"
51-
repair-wheel-command = "auditwheel show {wheel}; auditwheel repair --plat {delocate_archs} -w {dest_dir} {wheel}"
51+
repair-wheel-command = "auditwheel show {wheel}; auditwheel repair -w {dest_dir} {wheel}"
5252

5353
[tool.cibuildwheel.environment]
5454
CMAKE_PREFIX_PATH = "/opt/roboplan_deps:/opt/cibw_env"

0 commit comments

Comments
 (0)