Skip to content

MacCompileStuff can be build only on Apple Silicon macOS #3

Description

@hrubymar10

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions