We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464e69f commit d00b6bbCopy full SHA for d00b6bb
1 file changed
pyproject.toml
@@ -108,8 +108,9 @@ archs = ["x86_64"]
108
[tool.cibuildwheel.macos]
109
before-all = "bash build_dependencies/install_macos.sh"
110
environment = { CPATH = "$(brew --prefix)/include:$(brew --prefix)/include/eigen3", LD_LIBRARY_PATH = "$(brew --prefix)/lib" }
111
+repair-wheel-command = "MACOSX_DEPLOYMENT_TARGET=14 delocate-wheel -w {dest_dir} -v {wheel}"
112
+
113
114
[tool.cibuildwheel.windows]
115
before-all = "powershell build_dependencies\\install_windows.ps1"
116
archs = ["AMD64"]
-
0 commit comments