2
0
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:
Vladimir Prus
2009-07-15 18:04:07 +00:00
parent 70d66494c9
commit a197c04de0

View File

@@ -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" ;