From 2b922df93fcea9e3fad8e24b39c7fe579085d3ac Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 29 Jul 2017 10:29:59 +0200 Subject: Refine utility library semantics with "see through" theme --- build/root.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build') diff --git a/build/root.build b/build/root.build index 0d887ec..e6ca7a8 100644 --- a/build/root.build +++ b/build/root.build @@ -11,6 +11,8 @@ ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx +cxx.poptions =+ "-I$out_root" "-I$src_root" + # Load the cli module but only if it's available. This way a distribution # that includes pre-generated files can be built without installing cli. # This is also the reason why we need to explicitly spell out individual -- cgit v1.1