Ticket #7055: configure.jam.patch

File configure.jam.patch, 627 bytes (added by Jonathan Jones <jonathan.jones@…>, 10 years ago)
  • boost/tools/build/v2/build/configure.jam

     
    172172    local toolset = [ property.select <toolset> : $(properties) ] ;
    173173    local toolset-version-property = "<toolset-$(toolset:G=):version>" ;
    174174    local relevant = [ property.select <target-os> <toolset> $(toolset-version-property)
    175       <address-model> <architecture>
     175      <address-model> <architecture> <variant>
    176176      : $(properties) ] ;
    177177    local ps = [ property-set.create $(relevant) ] ;       
    178178    local t = [ targets.current ] ;