aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/version/module.hxx
diff options
context:
space:
mode:
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>;