chore(windows): if vs2019 and vs2022 are both installed, linking fails due to mismatching objs
Open
chore
windows/
- Dominant language
- Pascal
- Stars
- 534
- Forks
- 143
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 113
Description
Meson parts of the build find and use vs2022, but the build.sh versions use vs2019, so linking fails. We should either (a) always use latest vs found, or (b) always use a specific version (preferred). This is apparently possible to configure in meson, and is clearly possible in build.sh
Contributor guide
Assessment
This issue has not been assessed yet.