From d3c88705b3e3b77150f60aed2527fa60d658991e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Apr 2017 16:37:30 +0200 Subject: Add out_root to include search path now that we auto-generate version --- bbot/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbot/buildfile b/bbot/buildfile index 0a53207..1c7da48 100644 --- a/bbot/buildfile +++ b/bbot/buildfile @@ -22,11 +22,11 @@ if $version.pre_release else lib{bbot}: bin.lib.version = @"-$version.major.$version.minor" -cxx.poptions =+ "-I$src_root" +cxx.poptions =+ "-I$out_root" "-I$src_root" obja{*}: cxx.poptions += -DLIBBBOT_STATIC_BUILD objs{*}: cxx.poptions += -DLIBBBOT_SHARED_BUILD -lib{bbot}: cxx.export.poptions = "-I$src_root" +lib{bbot}: cxx.export.poptions = "-I$out_root" "-I$src_root" liba{bbot}: cxx.export.poptions += -DLIBBBOT_STATIC libs{bbot}: cxx.export.poptions += -DLIBBBOT_SHARED -- cgit v1.1