diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-14 13:48:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-14 13:48:50 +0200 |
commit | 6e26a9508ec884e8efa8da16b31a8c784aa98c7e (patch) | |
tree | 2c8e9e517ea5cab66704ba8994abb7b2eaca9a3f /build/root.build | |
parent | 17190f10c347e2356479b1ef5fed120276254d78 (diff) |
Make sure our -I are searched first
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build index 9517a03..8924086 100644 --- a/build/root.build +++ b/build/root.build @@ -6,7 +6,7 @@ txx{*}: extension = txx cxx{*}: extension = cxx cxx.std = 11 -cxx.poptions += -I$out_root -I$src_root +cxx.poptions =+ -I$out_root -I$src_root # All exe{} in tests/ are, well, tests. # |