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
+1 -1
View File
@@ -851,7 +851,7 @@ Platform-specific environment variables are also available:<br/>
Default:
- on Linux: `'auditwheel repair -w {dest_dir} {wheel}'`
- on macOS: `'delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}'`
- on macOS: `'delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}'`
- on Windows: `''`
A shell command to repair a built wheel by copying external library dependencies into the wheel tree and relinking them.