boost-build.jam 558 B

1234567891011121314
  1. # Copyright 2002, 2003 Dave Abrahams
  2. # Copyright 2003 Vladimir Prus
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
  5. # Assume BOOST_BUILD_PATH point to the 'test' directory.
  6. # We need to leave 'test' there, so that 'test-config.jam'
  7. # can be found, but also add parent directory, to find
  8. # all the other modules.
  9. BOOST_BUILD_PATH = $(BOOST_BUILD_PATH)/.. $(BOOST_BUILD_PATH) ;
  10. # Find the boost build system in the ../kernel directory.
  11. boost-build ../src/kernel ;