diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-10-31 02:13:49 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-10-31 02:13:49 -0700 |
| commit | 33fc44a0e3ade2c7e9369723b2ee4965ee8795e6 (patch) | |
| tree | b31b9f76cd9d7f5ab354e727f9625ed1d6761037 /toolsrc/include | |
| parent | b3fe4462e2e91350f6963180c6d5c7300545e97b (diff) | |
| download | vcpkg-33fc44a0e3ade2c7e9369723b2ee4965ee8795e6.tar.gz vcpkg-33fc44a0e3ade2c7e9369723b2ee4965ee8795e6.zip | |
[vcpkg] Add optional Abi field to BinaryParagraph for future use.
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/binaryparagraph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/binaryparagraph.h b/toolsrc/include/vcpkg/binaryparagraph.h index 7eb50a6d7..f59bf693a 100644 --- a/toolsrc/include/vcpkg/binaryparagraph.h +++ b/toolsrc/include/vcpkg/binaryparagraph.h @@ -30,6 +30,7 @@ namespace vcpkg std::string feature; std::vector<std::string> default_features; std::vector<std::string> depends; + std::string abi; }; struct BinaryControlFile |
