From 2d0146e0f548d03603a426d0796865f475e1ad4f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Dec 2015 19:26:19 +0200 Subject: Fix to work with latest build2 --- build/root.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/root.build b/build/root.build index 02edc02..3caf259 100644 --- a/build/root.build +++ b/build/root.build @@ -1,6 +1,6 @@ using cxx -hxx.ext = hxx -ixx.ext = ixx -txx.ext = txx -cxx.ext = cxx +hxx{*}: extension = hxx +ixx{*}: extension = ixx +txx{*}: extension = txx +cxx{*}: extension = cxx -- cgit v1.1