From ad74bfab5650d2766a63ee661219e3413d7a62f8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 10:12:42 +0200 Subject: Move cxx.poptions setting from root.build to butl/buildfile That's the new recommended way. --- butl/buildfile | 1 + 1 file changed, 1 insertion(+) (limited to 'butl') 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 -- cgit v1.1