Index: tools/boost.py =================================================================== --- tools/boost.py (revision 577) +++ tools/boost.py (working copy) @@ -34,7 +34,10 @@ else: context.Result(dir) return ret - context.Result(ret) + if (dir == ''): + context.Result(ret) + else: + context.Result(dir) return ret def configure_check(env, version):