From b46902cc090a6f43c4be7955322ade9399a9f3d3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Dec 2015 15:16:11 +0200 Subject: Search out_root before src_root for headers --- build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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. # -- cgit v1.1