Skip to content

Commit

Permalink
fix mac build error
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaoqi committed Sep 20, 2024
1 parent 17b7628 commit 3fb2de6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ repair-wheel-command = "LD_LIBRARY_PATH=/usr/lib64 auditwheel repair -w {dest_di

[tool.cibuildwheel.macos]
archs = ["x86_64"]
before-build = [
"rm -f {project}/CMakeUserPresets.json",
"pip install auditwheel==6.0.0",
]

[tool.cibuildwheel.macos.environment]
MACOSX_DEPLOYMENT_TARGET = "12"
Expand Down

0 comments on commit 3fb2de6

Please sign in to comment.