From e445e193fec3434b2693f1ceb9c62c5a16d0cce7 Mon Sep 17 00:00:00 2001 From: Peter Martini Date: Mon, 21 Apr 2014 23:07:11 -0400 Subject: [PATCH] Boost.Build now uses src/ instead of v2/ Update examples to reflect this --- example/boost-build.jam | 4 ++-- example/quickstart/boost-build.jam | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/boost-build.jam b/example/boost-build.jam index b7220e2c..9b8d19e0 100755 --- a/example/boost-build.jam +++ b/example/boost-build.jam @@ -2,6 +2,6 @@ # Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -# Edit this path to point at the tools/build/v2 subdirectory of your +# Edit this path to point at the tools/build/src subdirectory of your # Boost installation. Absolute paths work, too. -boost-build ../../../tools/build/v2 ; +boost-build ../../../tools/build/src ; diff --git a/example/quickstart/boost-build.jam b/example/quickstart/boost-build.jam index a440ea9f..cf910e79 100644 --- a/example/quickstart/boost-build.jam +++ b/example/quickstart/boost-build.jam @@ -2,6 +2,6 @@ # Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -# Edit this path to point at the tools/build/v2 subdirectory of your +# Edit this path to point at the tools/build/src subdirectory of your # Boost installation. Absolute paths work, too. -boost-build ../../../../tools/build/v2 ; +boost-build ../../../../tools/build/src ;