diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-09-20 14:32:36 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-09-20 14:32:36 -0700 |
| commit | 7fd253e277342c7c8b1dddefd318305ce8477184 (patch) | |
| tree | eea35e6ecf5142d8da79f2ea78f8395947406667 | |
| parent | 6c9b62eea3bc432628ad97b892025714ba6f4b6b (diff) | |
| parent | 4c4b94d270f0082212c477cf0695ed4ef9f4fbdd (diff) | |
| download | vcpkg-7fd253e277342c7c8b1dddefd318305ce8477184.tar.gz vcpkg-7fd253e277342c7c8b1dddefd318305ce8477184.zip | |
Merge branch 'master' of https://github.com/Remotion/vcpkg
| -rw-r--r-- | toolsrc/src/post_build_lint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/post_build_lint.cpp b/toolsrc/src/post_build_lint.cpp index 3c4c5938d..1d4ca0f67 100644 --- a/toolsrc/src/post_build_lint.cpp +++ b/toolsrc/src/post_build_lint.cpp @@ -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 { |
