From c8e97ed801b6e781055d539550577640b2357e59 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Nov 2017 13:12:18 +0200 Subject: Use compiler class instead of id where appropriate --- build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index 79a2c0e..7615d73 100644 --- a/build/root.build +++ b/build/root.build @@ -16,7 +16,7 @@ c{*}: extension = c # using cxx.guess -cxx.std = ($cxx.id == 'gcc' || $cxx.id == 'clang' ? gnu++98 : 03) +cxx.std = ($cxx.class == 'gcc' ? gnu++98 : 03) using cxx -- cgit v1.1