2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-24 04:22:15 +00:00
Files
website/boost-build.jam
Rene Rivera a5c3c54e58 No need to set JAMFILE.
[SVN r131]
2006-12-11 03:04:07 +00:00

12 lines
484 B
Plaintext

# Copyright 2006 Rene Rivera
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
# Set the BOOST_ROOT environment variable on your command-line or in the
# environment to point at the root of your regular Boost installation. Or
# set the BOOST_BUILD environment variable to point to a Boost.Build V2
# installation.
BOOST_BUILD ?= $(BOOST_ROOT)/tools/build/v2 ;
boost-build $(BOOST_BUILD) ;