From 28aa22a66653e65be8f1b01d52ffe205d0a43381 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Dec 2015 10:14:34 +0200 Subject: Use prepend to make sure our -I are considered first --- build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root.build b/build/root.build index fbded1a..4c1f9c1 100644 --- a/build/root.build +++ b/build/root.build @@ -10,7 +10,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 # Don't install tests. # -- cgit v1.1