mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Add universal version of 7z.so for macos (arm64+x86_64)
This commit is contained in:
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
|
Reference in New Issue
Block a user