Merge branch 'tor-gitlab/mr/645' into maint-0.4.7

This commit is contained in:
David Goulet
2022-10-27 11:42:07 -04:00
2 changed files with 16 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor feature (Mac and iOS build):
- Change how combine_libs works on Darwin like platforms to
make sure we don't include any `__.SYMDEF` and `__.SYMDEF SORTED`
symbols on the archive before we repack and run ${RANLIB} on the
archive. This fixes a build issue with recent Xcode versions on
Mac Silicon and iOS. Closes ticket 40683.