Skip to content
  • Thiago Santos's avatar
    xcode: fwlib: make static framework generator handle both thin and fat libs · 60920262
    Thiago Santos authored
    Static library frameworks can be generated with both a fat and a thin
    binary, depends on the arch selected for the build.
    
    In case it is a fat library, extra work is required to split the fat
    small libraries into its thin parts, merge their objects together separately
    and then create a new fat library from the merged thing versions
    60920262