Skip to content

Commit

Permalink
Update docs/faq.md
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
  • Loading branch information
joerick and henryiii authored Sep 11, 2021
1 parent efa161e commit 15123a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
]
Expand Down

0 comments on commit 15123a0

Please sign in to comment.