-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
O-windows-msvcToolchain: MSVC, Operating system: WindowsToolchain: MSVC, Operating system: WindowsP-highHigh priorityHigh priorityT-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
Milestone
Description
With Visual Studio 2017, Microsoft has changed the folder structure it uses for everything. link.exe
is now located at C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.10.24728\bin\HostX64\x64\link.exe
. As you can see, the folder is dependent on the actual edition of Visual Studio as well.
Currently, Rust does not seem to recognize this path correctly. I don’t know exactly what Rust needs to figure out the paths, but if you need some information (e.g. registry values, contents of vcvarsall.bat
or something), just tell me what you need and I’ll try my best to provide you with it.
saifikhan, redstrike, tcyrus, KodrAus, LPGhatguy and 15 more
Metadata
Metadata
Assignees
Labels
O-windows-msvcToolchain: MSVC, Operating system: WindowsToolchain: MSVC, Operating system: WindowsP-highHigh priorityHigh priorityT-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.