From 15123a0e2921bf401a3752f7c14ee53c0c556e55 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 11 Sep 2021 13:51:14 +0100 Subject: [PATCH] Update docs/faq.md Co-authored-by: Henry Schreiner --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 5ba2890d..2e1f5f4e 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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}" ]