aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-06-05 14:53:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-06-05 14:53:38 +0200
commit7fde0c7f2b0c41300d38187140cc5a5c952e224b (patch)
treebf086fa72f87e89e4711eb6e46a74f2498464ae7 /build
parent22d0448c40314b4d693784fdfacf311a9cb12813 (diff)
Redo dual hxx/mxx header handling
Diffstat (limited to 'build')
-rw-r--r--build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index 8e824e2..7842948 100644
--- a/build/root.build
+++ b/build/root.build
@@ -6,7 +6,7 @@ cxx.std = latest
using cxx
-hxx{*}: extension = mxx # We also have .hxx; see libbutl/buildfile.
+hxx{*}: extension = hxx # We also have .mxx; see libbutl/buildfile.
ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx