Skip to content

Added x86 toolset fix for Visual Studio 2019 #77

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

Merged
merged 1 commit into from
May 3, 2019

Conversation

ahomescu
Copy link
Contributor

@ahomescu ahomescu commented May 3, 2019

Ran into this while trying to build rustc for i686-pc-windows-msvc with Visual Studio 2019. For VS 2017 and older, cmake would always default to 32-bit builds even on 64-bit host systems, but they changed the default for VS 2019:

By default this generator uses the 64-bit variant on x64 hosts and the 32-bit variant otherwise.

@alexcrichton alexcrichton merged commit e79b637 into rust-lang:master May 3, 2019
@alexcrichton
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants