diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-05 12:53:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-05 12:53:44 +0200 |
commit | ff5f2eca6da0c8ba309ee9fd39b48f0b14ddb977 (patch) | |
tree | a4e192e93fa59c30f939cdd2892a790229d1abe0 /build | |
parent | 0c9b579b9b1fd2142106cf94dd18c71f5f5438db (diff) |
Various fixes and cleanups
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 4 |
1 files changed, 2 insertions, 2 deletions
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" |