diff options
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 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 |