diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-03 18:23:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-03 18:23:27 +0200 |
commit | c4c350d940f0ca6bf5a57ee97e23dc0ecace0051 (patch) | |
tree | cf3d440c6e826fc8797d59e529914012b0cb9162 /build/root.build | |
parent | 63db167609165b5a4af0f3b0dbdaf3f2fdbe6dbc (diff) |
Use 'extension' variable to set C++ extensions
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 8 |
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 |