Update docs/faq.md

Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
This commit is contained in:
Joe Rickerby
2021-09-11 13:51:14 +01:00
committed by GitHub
co-authored by Henry Schreiner
parent efa161e329
commit 15123a0e29
+1 -1
View File
@@ -297,7 +297,7 @@ To work around this, use a different environment variable such as `REPAIR_LIBRAR
```toml
[tool.cibuildwheel.macos]
repair_wheel_command = [
repair-wheel-command = [
"DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-listdeps {wheel}",
"DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}"
]