From 6e26a9508ec884e8efa8da16b31a8c784aa98c7e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Dec 2015 13:48:50 +0200 Subject: Make sure our -I are searched first --- build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. # -- cgit v1.1