aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-14 13:48:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-14 13:48:50 +0200
commit6e26a9508ec884e8efa8da16b31a8c784aa98c7e (patch)
tree2c8e9e517ea5cab66704ba8994abb7b2eaca9a3f
parent17190f10c347e2356479b1ef5fed120276254d78 (diff)
Make sure our -I are searched first
-rw-r--r--build/root.build2
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.
#