mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 19:00:29 -04:00
Add universal version of 7z.so for macos (arm64+x86_64)
This commit is contained in:
parent
c549bcdd96
commit
fe1a980983
4
dependencies/7zip/macx/Version.txt
vendored
4
dependencies/7zip/macx/Version.txt
vendored
@ -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
BIN
dependencies/7zip/macx/universal/7z.so
vendored
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user