diff options
author | Vladimir Prus <ghost@cs.msu.su> | 2003-05-30 13:41:26 +0000 |
---|---|---|
committer | Vladimir Prus <ghost@cs.msu.su> | 2003-05-30 13:41:26 +0000 |
commit | f5c0fc64f68a11f2bc93857ee05683e2599d7d21 (patch) | |
tree | 5ad0230c5acf2df2fef14fc1581a84222eab687f /boost-build.jam | |
parent | 5b43c9d80ffc190917443873831ef7c3856262b6 (diff) | |
download | boost-f5c0fc64f68a11f2bc93857ee05683e2599d7d21.tar.gz |
Adjust V2 location.
[SVN r18608]
Diffstat (limited to 'boost-build.jam')
-rw-r--r-- | boost-build.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost-build.jam b/boost-build.jam index 4749ebf13c..7d66d6be13 100644 --- a/boost-build.jam +++ b/boost-build.jam @@ -9,7 +9,7 @@ if --v2 in $(ARGV) else { JAMFILE = [Jj]amfile.v2 ; - boost-build tools/build/new ; + boost-build tools/build/kernel ; } } else |