aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-10-03 16:00:23 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-10-03 16:00:23 -0700
commit63753e86a60ef508760d9f4dd98b7f2336cd089c (patch)
tree5f3f523300fd7781832a5a53a6125aeca16a9a78 /toolsrc/include
parent433c505e32ec38b8a3395e1f0fe3fca0e9c12cad (diff)
downloadvcpkg-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.h1
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;
};
}