diff options
-rw-r--r-- | bbot/buildfile | 4 |
1 files 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 |