aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/adhoc-rule-buildscript.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/adhoc-rule-buildscript.hxx')
-rw-r--r--libbuild2/adhoc-rule-buildscript.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/libbuild2/adhoc-rule-buildscript.hxx b/libbuild2/adhoc-rule-buildscript.hxx
index e7b18e2..2334cdd 100644
--- a/libbuild2/adhoc-rule-buildscript.hxx
+++ b/libbuild2/adhoc-rule-buildscript.hxx
@@ -82,6 +82,10 @@ namespace build2
public:
using script_type = build::script::script;
+ // The prerequisite_target::include bit that indicates update=unmatch.
+ //
+ static const uintptr_t include_unmatch = 0x100;
+
script_type script;
string checksum; // Script text hash.
const target_type* ttype; // First target/pattern type.