mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Allow 'option' in project config.
[SVN r54970]
This commit is contained in:
@@ -1067,7 +1067,7 @@ module project-rules
|
||||
|
||||
rule option ( name : value )
|
||||
{
|
||||
if $(__name__) != site-config && $(__name__) != user-config
|
||||
if $(__name__) != site-config && $(__name__) != user-config && $(__name__) != project-config
|
||||
{
|
||||
import errors ;
|
||||
errors.error "The 'option' rule may be used only in site-config or user-config" ;
|
||||
|
||||
Reference in New Issue
Block a user