You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
The Deken packages appear as multi-arch with support for x86_64 and arm64, but only x86_64 versions of the dependent libraries are included (libcurl, etc):
❯ otool -L jackpatch.d_arm64
jackpatch.d_arm64:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1319.0.0)
@loader_path/arm64/libjack.0.1.0.dylib (compatibility version 0.1.0, current version 1.9.21)
❯ otool -L jackpatch.d_amd64
jackpatch.d_amd64:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1319.0.0)
@loader_path/amd64/libjack.0.1.0.dylib (compatibility version 0.1.0, current version 1.9.21)
The Deken packages appear as multi-arch with support for x86_64 and arm64, but only x86_64 versions of the dependent libraries are included (libcurl, etc):
Thus, the purest_json objects can only be successfully loaded on x86_64.
The text was updated successfully, but these errors were encountered: