Skip to content

Commit d00b6bb

Browse files
committed
add mac os target
1 parent 464e69f commit d00b6bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ archs = ["x86_64"]
108108
[tool.cibuildwheel.macos]
109109
before-all = "bash build_dependencies/install_macos.sh"
110110
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+
111113

112114
[tool.cibuildwheel.windows]
113115
before-all = "powershell build_dependencies\\install_windows.ps1"
114116
archs = ["AMD64"]
115-

0 commit comments

Comments
 (0)