Skip to content

Commit

Permalink
Using v142 as default toolset
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-calmejane committed Apr 5, 2022
1 parent e901811 commit 1bbb1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vcpkg/triplet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ namespace vcpkg
static Triplet system_triplet()
{
#if defined(_WIN32)
StringLiteral operating_system = "windows";
StringLiteral operating_system = "windows-v142";
#elif defined(__APPLE__)
StringLiteral operating_system = "osx";
#elif defined(__FreeBSD__)
Expand All @@ -102,7 +102,7 @@ namespace vcpkg
return Triplet::from_canonical_name(std::string(*args.triplet));
}
#if defined(_WIN32)
return Triplet::from_canonical_name("x86-windows-lacoustics");
return Triplet::from_canonical_name("x86-windows-v142-lacoustics");
#else
return system_triplet();
#endif
Expand Down

0 comments on commit 1bbb1c5

Please sign in to comment.