From 41273da120ef8e4a2bed7576de0532264b042ee1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 20:36:50 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- libbuild2/context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/context.cxx') diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx index 924c370..36b70b8 100644 --- a/libbuild2/context.cxx +++ b/libbuild2/context.cxx @@ -29,7 +29,7 @@ using namespace butl; namespace build2 { // Create global scope. Note that the empty path is a prefix for any other - // path. See the comment in for details. + // path. See the comment in for details. // static inline scope& create_global_scope (scope_map& m) -- cgit v1.1