aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-18 10:13:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-18 10:16:44 +0200
commitfb5bab834df474f5fa7c09f137aa375b5bca4718 (patch)
treeef71376a650860c4fb3219292984c258e038a641 /bpkg/buildfile
parent95c4c20586a56fd8b8d32043d85c20f2c164474d (diff)
Move cxx.poptions setting from root.build to bpkg/buildfile
That's the new recommended way. Also get rid of the library chain workaround that is no longer necessary with latest build2.
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
index b084404..d887750 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -4,4 +4,5 @@
import libs += libbutl
lib{bpkg}: cxx{manifest-parser manifest-serializer manifest} $libs
+cxx.poptions += -I$src_root
lib{bpkg}: cxx.export.poptions = -I$src_root