aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/root.build1
-rw-r--r--butl/buildfile1
2 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index dc1c297..1361f7b 100644
--- a/build/root.build
+++ b/build/root.build
@@ -5,4 +5,3 @@
using cxx
cxx.std = 14
-cxx.poptions += -I$src_root
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