aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-03 18:23:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-03 18:23:27 +0200
commitc4c350d940f0ca6bf5a57ee97e23dc0ecace0051 (patch)
treecf3d440c6e826fc8797d59e529914012b0cb9162 /build
parent63db167609165b5a4af0f3b0dbdaf3f2fdbe6dbc (diff)
Use 'extension' variable to set C++ extensions
Diffstat (limited to 'build')
-rw-r--r--build/root.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/root.build b/build/root.build
index 3cb7483..d72e12c 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 = 14