Skip to content

Commit

Permalink
Install ninja on windows only
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jul 3, 2021
1 parent e4b0682 commit 5ffd3df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ manylinux-i686-image = "manylinux1"

[tool.cibuildwheel.macos.environment]
MACOSX_DEPLOYMENT_TARGET = "10.9"

[tool.cibuildwheel.windows]
before-all = [
"pipx install cmake==3.20.4",
"cmake --version",
"pipx install ninja==1.10.0.post2",
"ninja --version",
]

0 comments on commit 5ffd3df

Please sign in to comment.