From 8cbbd504cf8c8fd94ea86579f9edfb4a13c61386 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 4 Nov 2003 17:07:15 +0000 Subject: [PATCH] Point to the new location for Boost.Build v1; tools/build/v1. [SVN r20654] --- example/boost-build.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/boost-build.jam b/example/boost-build.jam index 132f6cc9..0e94752d 100755 --- a/example/boost-build.jam +++ b/example/boost-build.jam @@ -1,6 +1,6 @@ # Copyright David Abrahams 2003. See accompanying LICENSE for terms # and conditions of use. -# Edit this path to point at the tools/build subdirectory of your +# Edit this path to point at the tools/build/v1 subdirectory of your # Boost installation. Absolute paths work, too. -boost-build ../../../tools/build ; +boost-build ../../../tools/build/v1 ;