From a1cb01c1bd0765c92ff92cef209dd49867999d89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Dec 2015 18:25:37 +0200 Subject: Use 'extension' variable to set C++ extesions --- build/root.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index 5286016..fbded1a 100644 --- a/build/root.build +++ b/build/root.build @@ -4,10 +4,10 @@ using cxx -hxx.ext = -ixx.ext = ixx -txx.ext = txx -cxx.ext = cxx +hxx{*}: extension = +ixx{*}: extension = ixx +txx{*}: extension = txx +cxx{*}: extension = cxx cxx.std = 11 cxx.poptions += -I$out_root -I$src_root -- cgit v1.1