2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00
Files
build/example/make/project-root.jam
Vladimir Prus 1484ad7ec4 Added an V2 example.
[SVN r14833]
2002-08-14 11:45:35 +00:00

10 lines
221 B
Plaintext

import modules ;
# Temporary workaround.
local location = [ project-root get-location ] ;
local new_path = [ modules.peek : BOOST_BUILD_PATH ] $(location) ;
modules.poke : BOOST_BUILD_PATH : $(new_path) ;
import gcc ;