Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 5, 2023
1 parent ce0da50 commit ee7f0a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ before-build = "sh tools/cibw_macos.sh"


[tool.cibuildwheel.windows]
before-build = "choco install rtools -y --no-progress --force --version=4.0.0.20220206"
environment = { PATH = "C:\\rtools40\\ucrt64\\bin;$PATH", CXX = "gcc", CC = "gcc" }
before-build = "sh tools/cibw_windows.sh"
# before-build = "choco install rtools -y --no-progress --force --version=4.0.0.20220206"
# environment = { PATH = "C:\rtools40\ucrt64\bin;$PATH", CXX = "gcc", CC = "gcc" }

0 comments on commit ee7f0a3

Please sign in to comment.