aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorCurtis.Bezault <curtbezault@gmail.com>2019-07-17 16:04:05 -0700
committerCurtis.Bezault <curtbezault@gmail.com>2019-07-17 16:04:05 -0700
commitf18ffe996877a058da9e0208f92331c83517f6a0 (patch)
tree437d3eac0573dff43f97b2abb126cfd42f4b8bdf /toolsrc/include
parent58958eb0ea47c6c423fe78f2cd6fd1e31cbcb082 (diff)
downloadvcpkg-f18ffe996877a058da9e0208f92331c83517f6a0.tar.gz
vcpkg-f18ffe996877a058da9e0208f92331c83517f6a0.zip
Add type field
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/binaryparagraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/binaryparagraph.h b/toolsrc/include/vcpkg/binaryparagraph.h
index 3315151c6..fa49edaba 100644
--- a/toolsrc/include/vcpkg/binaryparagraph.h
+++ b/toolsrc/include/vcpkg/binaryparagraph.h
@@ -31,6 +31,7 @@ namespace vcpkg
std::vector<std::string> default_features;
std::vector<std::string> depends;
std::string abi;
+ SourceParagraph::TYPE type;
};
struct BinaryControlFile