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
As of December 2023: situation with cross compilation got even worse so now nearly every lib needs to be built using arch -x86_64 xxx or arch -arm64 xxx. That means that libs are only buildable on Apple Silicon macOS which is arm64 native and can run x86_64 via Rosetta 2.
The main problem is with meson && ninja programs but currently I have also problem with some libs built using configure && make.
There may be some way to do proper cross compile but I don't have time for it and I won't invest any time for it. Currently it works, it works well and it is clear that Apple's future is in arm64 so one day this will get resolved by removing x86_64 slices entirely.
The text was updated successfully, but these errors were encountered:
As of December 2023: situation with cross compilation got even worse so now nearly every lib needs to be built using
arch -x86_64 xxx
orarch -arm64 xxx
. That means that libs are only buildable on Apple Silicon macOS which is arm64 native and can run x86_64 via Rosetta 2.The main problem is with meson && ninja programs but currently I have also problem with some libs built using configure && make.
There may be some way to do proper cross compile but I don't have time for it and I won't invest any time for it. Currently it works, it works well and it is clear that Apple's future is in arm64 so one day this will get resolved by removing x86_64 slices entirely.
The text was updated successfully, but these errors were encountered: