diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2022-10-27 15:36:53 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2022-10-27 15:36:53 +0000 |
commit | b30193416cb97540b5bebafa9c69a238343c2a87 (patch) | |
tree | 4e9b5c38e440fd2b769c5e92e2aeae5d1cdb608b | |
parent | 256339712de21d7002129aed102b637cda634ab5 (diff) | |
download | tor-b30193416cb97540b5bebafa9c69a238343c2a87.tar.gz tor-b30193416cb97540b5bebafa9c69a238343c2a87.zip |
Changes file for 40683
-rw-r--r-- | changes/ticket40683 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket40683 b/changes/ticket40683 new file mode 100644 index 0000000000..6df078ebae --- /dev/null +++ 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. |