mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
10 lines
221 B
Plaintext
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 ;
|