From fb5bab834df474f5fa7c09f137aa375b5bca4718 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 10:13:48 +0200 Subject: 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. --- bpkg/buildfile | 1 + 1 file changed, 1 insertion(+) (limited to 'bpkg/buildfile') 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 -- cgit v1.1