diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-05 14:53:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-05 14:53:38 +0200 |
commit | 7fde0c7f2b0c41300d38187140cc5a5c952e224b (patch) | |
tree | bf086fa72f87e89e4711eb6e46a74f2498464ae7 /build/root.build | |
parent | 22d0448c40314b4d693784fdfacf311a9cb12813 (diff) |
Redo dual hxx/mxx header handling
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 2 |
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 |