diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-03 18:25:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-03 18:25:37 +0200 |
commit | a1cb01c1bd0765c92ff92cef209dd49867999d89 (patch) | |
tree | 9986af077b3903a3e31b64fcbfc52d3a926db1b4 /build | |
parent | c4712e0980fc9ada0d531f8a9dda58e20bef31d0 (diff) |
Use 'extension' variable to set C++ extesions
Diffstat (limited to '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 5286016..fbded1a 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 = 11 cxx.poptions += -I$out_root -I$src_root |