mirror of
https://github.com/boostorg/build.git
synced 2026-01-19 16:12:14 +00:00
* python3 shebang (cherry picked from commit 9f0d565b06482a90b59d07ef9e7b9aadd698926c) * CI: execute python scripts via shebang (cherry picked from commit cf36b637abe2125cf6895bec593b4cbcf71ae570) --------- Co-authored-by: Nikita Kniazev <nok.raven@gmail.com>
Copyright 2003 Vladimir Prus 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) This example show how to add a new target type and a new tool support to B2. Please refer to extender manual for a complete description of this example. Note that this example requires Python. If cygwin Python on Windows is to be used, please go to "verbatim.jam" and follow instructions there.