Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacCompileStuff can be build only on Apple Silicon macOS #3

Open
hrubymar10 opened this issue Dec 17, 2023 · 0 comments
Open

MacCompileStuff can be build only on Apple Silicon macOS #3

hrubymar10 opened this issue Dec 17, 2023 · 0 comments
Labels
wontfix This will not be worked on

Comments

@hrubymar10
Copy link
Owner

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.

@hrubymar10 hrubymar10 pinned this issue Dec 17, 2023
@hrubymar10 hrubymar10 added the wontfix This will not be worked on label Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant