Replies: 3 comments
-
Could you try architecture("x64") instead? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @redorav, unfortunately it still creates |
Beta Was this translation helpful? Give feedback.
0 replies
-
At this point, it may be worth at least opening a bug/issue for tracking, rather than through a discussion. |
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
-
Hey everybody,
I am quite new to premake so maybe I am doing something wrong. I am working on an M1 Mac running 13.3.1. I want to cross-compile to a target architecture of x86_64 and for that I tried the sample premake project and adapted the premake file as follows:
Unfortunately this creates the default architecture of
arm64
which I checked using thelipo -info
command.What am I missing here? I tried using gmake as well as xcode4 and I am running 5.0.0-beta2.
Thanks and cheers
Bastian
Beta Was this translation helpful? Give feedback.
All reactions