-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled python exception when configuring project with MSVC backend #12935
Comments
It seems to be an encoding issue. I'm not very familiar with msys. What is your current locale? I guess msys uses the LANG environment variable. |
I'm blind-guessing, but one thing you could try is to set |
Just tested. Still have the same problem |
This bug can't be reproduced with .msi meson provided in the GitHub releases (exact same version: 1.4.0). Probably this only affects msys2 builds. |
* Convert to empty string if it is None
Describe the bug
Meson detects VS Code but fails right after:
To Reproduce
Expected behavior
Meson auto-detects MSVC and start setup
system parameters
The text was updated successfully, but these errors were encountered: