Replies: 1 comment
-
Difficult to tell without a description of what you tried. $STANDARD_LITANY: Can you post e.g. a standalone reproducer, or a link to an existing open source project with the exact setup command plus cross file contents as applicable? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to compile a C++ project with Meson on my M1 mac (arm64). However when building I get the following linker error :
This means the project's object files were built for x86_64, while my system libraries are arm64 as expected. I tried many different solutions (including cross file), but I couldn't find a way to force Meson to build for arm64 instead of x86_64.
Did I miss something? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions