Skip to content

Commit

Permalink
Use / instead of \\ in CMAKE_PREFIX_PATH for Windows (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored Dec 21, 2024
1 parent f1dbe86 commit b93006e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ environment = { PATH="/opt/rh/llvm-toolset-7.0/root/usr/bin:/opt/rh/llvm-toolset
archs = ["x86_64"]

[tool.cibuildwheel.windows]
environment = { CMAKE_PREFIX_PATH="C:\\rizin" }
environment = { CMAKE_PREFIX_PATH="C:/rizin" }
archs = ["AMD64"]

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit b93006e

Please sign in to comment.