From 5fa80655ae4c87598313641d7322d28007e5fb31 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Apr 2017 16:37:43 +0200 Subject: Add out_root to include search path now that we auto-generate version --- bpkg/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bpkg/buildfile b/bpkg/buildfile index 7def27f..ae87591 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -21,11 +21,11 @@ if $version.pre_release else lib{bpkg}: bin.lib.version = @"-$version.major.$version.minor" -cxx.poptions =+ "-I$src_root" +cxx.poptions =+ "-I$out_root" "-I$src_root" obja{*}: cxx.poptions += -DLIBBPKG_STATIC_BUILD objs{*}: cxx.poptions += -DLIBBPKG_SHARED_BUILD -lib{bpkg}: cxx.export.poptions = "-I$src_root" +lib{bpkg}: cxx.export.poptions = "-I$out_root" "-I$src_root" liba{bpkg}: cxx.export.poptions += -DLIBBPKG_STATIC libs{bpkg}: cxx.export.poptions += -DLIBBPKG_SHARED -- cgit v1.1