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. --- tests/manifest/buildfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/manifest/buildfile') diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile index ee23ca9..8b2082b 100644 --- a/tests/manifest/buildfile +++ b/tests/manifest/buildfile @@ -2,9 +2,7 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs += libbutl #@@ hack to get -I - -exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} $libs +exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} include ../../bpkg/ -- cgit v1.1