From db42762618ced2154529d7fda881feafd195b57c Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 4 Jun 2014 10:42:38 -0500 Subject: [PATCH] Remove build-dir option to see if it fixes missing regression reports. --- jamroot.jam | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jamroot.jam b/jamroot.jam index 8c06f09..7de5834 100644 --- a/jamroot.jam +++ b/jamroot.jam @@ -1,10 +1,9 @@ -# Copyright Rene Rivera 2011 +# Copyright Rene Rivera 2011-2014 # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) project predef - : build-dir bin ; path-constant BOOST_PREDEF_ROOT : . ;