mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
Using %VS140COMNTOOLS% now for the case if VS is not installed in default location.
This commit is contained in:
parent
14dbb584b4
commit
4c4b94d270
@ -15,7 +15,7 @@ namespace vcpkg
|
||||
ERROR = 1
|
||||
};
|
||||
|
||||
static const fs::path DUMPBIN_EXE = R"(C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\dumpbin.exe)";
|
||||
static const fs::path DUMPBIN_EXE = R"(%VS140COMNTOOLS%\..\..\VC\bin\dumpbin.exe)";
|
||||
|
||||
namespace
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user