ticket40683 364 B

123456
  1. o Minor feature (Mac and iOS build):
  2. - Change how combine_libs works on Darwin like platforms to
  3. make sure we don't include any `__.SYMDEF` and `__.SYMDEF SORTED`
  4. symbols on the archive before we repack and run ${RANLIB} on the
  5. archive. This fixes a build issue with recent Xcode versions on
  6. Mac Silicon and iOS. Closes ticket 40683.