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

Suggest installing VS Build Tools in more situations #72296

Merged
merged 1 commit into from
May 21, 2020
Merged

Suggest installing VS Build Tools in more situations #72296

merged 1 commit into from
May 21, 2020

Commits on May 20, 2020

  1. Suggest installing VS Build Tools in more situations

    When MSVC's `link.exe` wasn't found but another `link.exe` was, the error message given can be impenetrable to many users. The usual suspect is GNU's `link` tool. In this case, inform the user that they may need to install VS build tools.
    
    This only applies when Microsoft's link tool is expected. Not `lld-link` or other MSVC compatible linkers.
    ChrisDenton committed May 20, 2020
    Configuration menu
    Copy the full SHA
    2fd504c View commit details
    Browse the repository at this point in the history