We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8581087 commit d00ac19Copy full SHA for d00ac19
1 file changed
pyproject.toml
@@ -108,7 +108,7 @@ 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=13 delocate-wheel -w {dest_dir} -v {wheel}"
+repair-wheel-command = "delocate-wheel -w {dest_dir} -v {wheel}"
112
113
[tool.cibuildwheel.windows]
114
before-all = "powershell build_dependencies\\install_windows.ps1"
0 commit comments