aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/version/module.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-02-08 21:08:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-02-09 18:03:06 +0300
commit4e88e3bce9027e5832531654a7dd62fcafad3b08 (patch)
tree5002c6d5222b3267144b86c5b8951090713bc06f /libbuild2/version/module.hxx
parent68d2755a295db511ef75107d3fd82e816d4e3cb6 (diff)
Adapt version module to package dependency new representation syntax
Diffstat (limited to 'libbuild2/version/module.hxx')
-rw-r--r--libbuild2/version/module.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/version/module.hxx b/libbuild2/version/module.hxx
index e80870e..8549e03 100644
--- a/libbuild2/version/module.hxx
+++ b/libbuild2/version/module.hxx
@@ -22,6 +22,7 @@ namespace build2
{
package_name name;
string constraint;
+ bool buildtime;
};
using dependencies = map<string, dependency>;