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