Skip to content

Commit

Permalink
BLD: Try switching to vsenv for wheels [win]
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jul 2, 2023
1 parent 60c32ad commit 602d843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ build-backend = "mesonpy"
[tool.meson-python.args]
setup = ['-Dwith_pybind11=True',
'-Dhighsint64=False',
'-Dwrap_mode=forcefallback'
'-Dwrap_mode=forcefallback',
'--vsenv',
]
dist = ['--include-subprojects']

Expand Down

0 comments on commit 602d843

Please sign in to comment.