aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-14 10:14:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-14 10:14:34 +0200
commit28aa22a66653e65be8f1b01d52ffe205d0a43381 (patch)
tree66c8aec1e3df83dc8005222ceb03d4f28dc21830
parenta882eefc3a293882c26d95ae7008b267ffbe41e3 (diff)
Use prepend to make sure our -I are considered 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 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.
#