Ticket #2648: type.jam.patch

File type.jam.patch, 522 bytes (added by anonymous, 14 years ago)

patch against development trunk

  • tools/build/v2/build/type.jam

     
    117117        {
    118118            .type.$(s) = $(type) ;
    119119        }
    120         else if $(.type.$(s)) != type
     120        else if $(.type.$(s)) != $(type)
    121121        {
    122122            errors.error Attempting to specify multiple types for suffix
    123123                \"$(s)\" : "Old type $(.type.$(s)), New type $(type)" ;