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 | a21338c6459123f8303488d0cd98d4d6b4519c67 (patch) | |
tree | a17aea42b2f3d08b22413b285a274470a73eb5c3 /build/root.build | |
parent | 429f6af67c6debc339124f9a92e7bfb8e21befa3 (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 |