Skip to content

Commit

Permalink
[vcpkg] Add a definition for OVERLAY_TRIPLET_ENV (microsoft#14436)
Browse files Browse the repository at this point in the history
This definition is needed in C++14/gcc 6 to compile.
  • Loading branch information
strega-nil authored Nov 6, 2020
1 parent b24593e commit b5e7a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vcpkg/vcpkgcmdarguments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,7 @@ namespace vcpkg
constexpr StringLiteral VcpkgCmdArguments::OVERLAY_PORTS_ENV;
constexpr StringLiteral VcpkgCmdArguments::OVERLAY_PORTS_ARG;
constexpr StringLiteral VcpkgCmdArguments::OVERLAY_TRIPLETS_ARG;
constexpr StringLiteral VcpkgCmdArguments::OVERLAY_TRIPLETS_ENV;

constexpr StringLiteral VcpkgCmdArguments::BINARY_SOURCES_ARG;

Expand Down

0 comments on commit b5e7a72

Please sign in to comment.