Skip to content

Commit d3fca72

Browse files
committed
Build: Pass PATH env var into cibuildwheel env to let it find msvc.
1 parent b6988d7 commit d3fca72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" "
2828
[tool.cibuildwheel.windows]
2929
archs = ["AMD64", "x86", "ARM64"]
3030
test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" && python -c \"import lupa.luajit21\" "
31+
environment-pass = ["LUPA_LIMITED_API", "PATH"]
3132

3233
[tool.cibuildwheel.macos]
3334
# https://cibuildwheel.readthedocs.io/en/stable/faq/#what-to-provide suggests to provide

0 commit comments

Comments
 (0)