aboutsummaryrefslogtreecommitdiff
path: root/build2/version/module.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-20 14:36:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-20 14:36:31 +0200
commit5c8fc857b790de371ba6f38b3eec214398f8eae0 (patch)
tree40796a027ff57b0ba9d3e5621dfba95c199181e5 /build2/version/module.hxx
parenteab6596f3b29a24552a51ca44ed2e00b246f041c (diff)
Add support for config.dist.uncommitted
Diffstat (limited to 'build2/version/module.hxx')
-rw-r--r--build2/version/module.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/version/module.hxx b/build2/version/module.hxx
index a5a667a..e057e7d 100644
--- a/build2/version/module.hxx
+++ b/build2/version/module.hxx
@@ -32,6 +32,8 @@ namespace build2
const variable* in_symbol = nullptr; // in.symbol
const variable* in_substitution = nullptr; // in.substitution
+ bool dist_uncommitted = false;
+
module (butl::standard_version v,
bool c,
dependency_constraints d)