aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/rule.cxx')
-rw-r--r--build2/cli/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cli/rule.cxx b/build2/cli/rule.cxx
index 4ccafc9..8bb124b 100644
--- a/build2/cli/rule.cxx
+++ b/build2/cli/rule.cxx
@@ -249,7 +249,7 @@ namespace build2
// Then the options checksum.
//
sha256 cs;
- hash_options (cs, t, "cli.options");
+ append_options (cs, t, "cli.options");
if (dd.expect (cs.string ()) != nullptr)
l4 ([&]{trace << "options mismatch forcing update of " << t;});