Skip to content

Commit e445e19

Browse files
committed
Boost.Build now uses src/ instead of v2/
Update examples to reflect this
1 parent 6b7e0cc commit e445e19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/boost-build.jam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Software License, Version 1.0. (See accompanying
33
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

5-
# Edit this path to point at the tools/build/v2 subdirectory of your
5+
# Edit this path to point at the tools/build/src subdirectory of your
66
# Boost installation. Absolute paths work, too.
7-
boost-build ../../../tools/build/v2 ;
7+
boost-build ../../../tools/build/src ;

example/quickstart/boost-build.jam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Software License, Version 1.0. (See accompanying
33
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

5-
# Edit this path to point at the tools/build/v2 subdirectory of your
5+
# Edit this path to point at the tools/build/src subdirectory of your
66
# Boost installation. Absolute paths work, too.
7-
boost-build ../../../../tools/build/v2 ;
7+
boost-build ../../../../tools/build/src ;

0 commit comments

Comments
 (0)