Skip to content

Commit

Permalink
[vcpkg] Fix GCC-6 build. (#14616)
Browse files Browse the repository at this point in the history
Fixes #13937. Fixes MicrosoftDocs/vscodespaces#827.
  • Loading branch information
ras0219-msft authored Nov 18, 2020
1 parent 1cf8ae3 commit 11ded36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolsrc/src/vcpkg/vcpkgcmdarguments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ namespace vcpkg
constexpr StringLiteral VcpkgCmdArguments::TRIPLET_ARG;
constexpr StringLiteral VcpkgCmdArguments::OVERLAY_PORTS_ENV;
constexpr StringLiteral VcpkgCmdArguments::OVERLAY_PORTS_ARG;
constexpr StringLiteral VcpkgCmdArguments::OVERLAY_TRIPLETS_ENV;
constexpr StringLiteral VcpkgCmdArguments::OVERLAY_TRIPLETS_ARG;
constexpr StringLiteral VcpkgCmdArguments::OVERLAY_TRIPLETS_ENV;

Expand Down

1 comment on commit 11ded36

@Neumann-A
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ras0219-msft that looks wrong. The literal is already defined two lines down

Please sign in to comment.