Skip to content
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

PlatformTarget is missing Win32 #604

Closed
vktr opened this issue Dec 23, 2015 · 0 comments
Closed

PlatformTarget is missing Win32 #604

vktr opened this issue Dec 23, 2015 · 0 comments
Assignees
Milestone

Comments

@vktr
Copy link
Contributor

vktr commented Dec 23, 2015

When building C++ projects, the x86 platform target is named Win32. This target is missing (or intentionally left out) from the PlatformTarget enum. The 64-bit target is still named x64 though.

Quick fix is to use WithProperty("Platform", "Win32").

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

No branches or pull requests

2 participants