Add universal version of 7z.so for macos (arm64+x86_64)

This commit is contained in:
Luis Ángel San Martín Rodríguez 2023-07-22 19:03:51 +02:00
parent c549bcdd96
commit fe1a980983
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
7zip 23.01 built from the original sources using the Format7zF bundle
TODO: try to get the optimized version of 7z.so by using the custom makefiles.
Universal binary created using lipo:
lipo -create -arch arm64 arm64/7z.so -arch x86_64 x86_64/7z.so -o universal/7z.so

BIN
dependencies/7zip/macx/universal/7z.so vendored Executable file

Binary file not shown.