From ff5f2eca6da0c8ba309ee9fd39b48f0b14ddb977 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 5 Jul 2018 12:53:44 +0200 Subject: Various fixes and cleanups --- build/root.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index 6c3f487..a7ce150 100644 --- a/build/root.build +++ b/build/root.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -cxx.std = 14 +cxx.std = latest using cxx @@ -11,4 +11,4 @@ ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx -cxx.poptions =+ "-I$src_root" +cxx.poptions =+ "-I$out_root" "-I$src_root" -- cgit v1.1