mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Implement project-config.jam loading.
[SVN r52170]
This commit is contained in:
@@ -388,6 +388,15 @@ local rule load-configuration-files
|
||||
ECHO "notice: User configuration file loading explicitly disabled." ;
|
||||
}
|
||||
}
|
||||
|
||||
initialize-config-module project-config ;
|
||||
|
||||
if [ project.find "." : "." ]
|
||||
{
|
||||
local project-module = [ project.load "." ] ;
|
||||
local root = [ project.attribute $(project-module) project-root ] ;
|
||||
load-config project-config : project-config.jam : $(root) ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user