diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-10-03 16:00:23 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-10-03 16:00:23 -0700 |
| commit | 63753e86a60ef508760d9f4dd98b7f2336cd089c (patch) | |
| tree | 5f3f523300fd7781832a5a53a6125aeca16a9a78 /toolsrc/include | |
| parent | 433c505e32ec38b8a3395e1f0fe3fca0e9c12cad (diff) | |
| download | vcpkg-63753e86a60ef508760d9f4dd98b7f2336cd089c.tar.gz vcpkg-63753e86a60ef508760d9f4dd98b7f2336cd089c.zip | |
[vcpkg] Split toolset searches based on triplet's specification (don't pick v120 if it's blank).
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/VcpkgPaths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/VcpkgPaths.h b/toolsrc/include/VcpkgPaths.h index 9914c6f35..9f55dc5ac 100644 --- a/toolsrc/include/VcpkgPaths.h +++ b/toolsrc/include/VcpkgPaths.h @@ -73,5 +73,6 @@ namespace vcpkg Lazy<fs::path> nuget_exe; Lazy<std::vector<Toolset>> toolsets; Lazy<std::vector<Toolset>> toolsets_vs2017_v140; + Lazy<std::vector<Toolset>> toolsets_vs2013; }; } |
