-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
VS2019 build doesn't work for x86 #12030
Comments
@RussKeldorph Unsure what our timeline for moving to the latest VS, but this might be something to keep an eye on. |
This might be a case where we should explicitly specify |
CC. @safern as this might be a concern for CoreFX as well. |
@hoyosjs, could you try adding the following line to https://github.com/dotnet/coreclr/blob/master/src/pal/tools/gen-buildsys-win.bat#L29 and seeing if that fixes your issue?
(if not, that is fine, and I will test in the morning) |
This seems to fix the issue indeed. I'll make the PR now. Thanks! |
dotnet/coreclr#22525 Added support to build using VS2019. However, there seems to be a bug in the cmake generator for VS2019. Specifying x86 as the architecture still uses the x64 variant of CL in the generator and the step that tries to consume the generated vcxproj files fails - at least locally. All the generated files seem to target x64 as well. I've opened an issue against cmake to see if there is a workaround.
The text was updated successfully, but these errors were encountered: