mirror of
https://github.com/boostorg/build.git
synced 2026-02-18 01:52:17 +00:00
Fix a typo. Note that teh code is now not used, replaced with native rule,
so this should be considered a documentation tweak. [SVN r22541]
This commit is contained in:
@@ -101,7 +101,7 @@ class order
|
||||
rule eliminate-unused-constraits ( objects * )
|
||||
{
|
||||
local result ;
|
||||
for local c in $(.constraits)
|
||||
for local c in $(.constraints)
|
||||
{
|
||||
local m = [ MATCH (.*)--(.*) : $(c) ] ;
|
||||
if $(m[1]) in $(objects) && $(m[2]) in $(objects)
|
||||
|
||||
Reference in New Issue
Block a user