diff options
Diffstat (limited to 'libs/python/example/boost-build.jam')
-rw-r--r-- | libs/python/example/boost-build.jam | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/python/example/boost-build.jam b/libs/python/example/boost-build.jam new file mode 100644 index 000000000..b7220e2c2 --- /dev/null +++ b/libs/python/example/boost-build.jam @@ -0,0 +1,7 @@ +# Copyright David Abrahams 2006. Distributed under the Boost +# 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 +# Boost installation. Absolute paths work, too. +boost-build ../../../tools/build/v2 ; |