mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix typo in cibuildwheel conf introduced in #14253
This commit is contained in:
parent
09b588854e
commit
1e73effebf
@ -94,7 +94,7 @@ def main(wheel_file: str, dest_dir: str, archs: Optional[str]) -> None:
|
|||||||
# `delocate-listdeps`.
|
# `delocate-listdeps`.
|
||||||
subprocess.run(["delocate-listdeps", wheel_file], check=True)
|
subprocess.run(["delocate-listdeps", wheel_file], check=True)
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
["delocate-wheel" "--require-archs", archs, "-w", dest_dir, wheel_file],
|
["delocate-wheel", "--require-archs", archs, "-w", dest_dir, wheel_file],
|
||||||
check=True,
|
check=True,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user