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 ;