diff --git a/src/build/project.jam b/src/build/project.jam index 08565be90..1ee6b1ec5 100644 --- a/src/build/project.jam +++ b/src/build/project.jam @@ -964,7 +964,7 @@ module project-rules # at once. This is a shorthand to be reduce duplication and to # keep an inline declarative syntax. For example: # - # lib x : x.cpp : [ gcc debug : + # lib x : x.cpp : [ conditional gcc debug : # DEBUG_EXCEPTION DEBUG_TRACE ] ; # rule conditional ( condition + : requirements * )