aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-14 15:16:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-14 15:16:11 +0200
commitb46902cc090a6f43c4be7955322ade9399a9f3d3 (patch)
tree305b61ec0be8f4f8e4bb46fb24940a098a73cb7a
parente649f2d988ce4e7a67aee1236850eb0b95a97d56 (diff)
Search out_root before src_root for headers
-rw-r--r--build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index 5e797f2..f73b13e 100644
--- a/build/root.build
+++ b/build/root.build
@@ -10,7 +10,7 @@ txx{*}: extension = txx
cxx{*}: extension = cxx
cxx.std = 14
-cxx.poptions =+ -I$src_root -I$out_root
+cxx.poptions =+ -I$out_root -I$src_root
# All exe{} in tests/ are, well, tests. Don't install them.
#