aboutsummaryrefslogtreecommitdiff
path: root/butl
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-18 10:12:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-18 10:12:42 +0200
commitad74bfab5650d2766a63ee661219e3413d7a62f8 (patch)
tree4b5f53ce5860f36081c5ac486b906d3c74e480c4 /butl
parenta8fc877aa93bb9c2dcc9ccde372a943dcfd25cfb (diff)
Move cxx.poptions setting from root.build to butl/buildfile
That's the new recommended way.
Diffstat (limited to 'butl')
-rw-r--r--butl/buildfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/butl/buildfile b/butl/buildfile
index 76629d5..da6af95 100644
--- a/butl/buildfile
+++ b/butl/buildfile
@@ -3,4 +3,5 @@
# license : MIT; see accompanying LICENSE file
lib{butl}: cxx{fdstream}
+cxx.poptions += -I$src_root
lib{butl}: cxx.export.poptions = -I$src_root