commit 4481c1e6099864c0942c3bed1cfc59e90ebf503b parent 3c58fa8a6f0df1ee81591603a691034a34b8c98a Author: David Goulet <dgoulet@torproject.org> Date: Thu, 27 Oct 2022 11:42:10 -0400 Merge branch 'maint-0.4.7' Diffstat:
| A | changes/ticket40683 | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/changes/ticket40683 b/changes/ticket40683 @@ -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.