Ticket #2371: libs_serialization.patch

File libs_serialization.patch, 473 bytes (added by Nicola Musatti, 14 years ago)
  • build/Jamfile.v2

     
    1818    local old-compiler ;
    1919    if <toolset>borland in $(properties)
    2020    {
    21         old-compiler = true ;
     21        if ! <toolset-borland:version>6.1.0 in $(properties)
     22        {
     23            old-compiler = true ;
     24        }
    2225    }
    2326    else if <toolset>msvc in $(properties)
    2427    {