Replies: 1 comment
-
I don't think MSVC can cross compile, you need to activate the x86 env, Simply run Meson inside the Meson has the |
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.
-
To build x86 executable on x86_64 machine, CMake provide a easy way:
-G "Visual Studio 17 2022" -A Win32
.But meson doesn't seem to provide similar way, instead cross_file.
I write cross_file.txt:
and run meson:
It tells me no C compiler specified. I have specified the backend as vs, why?
So what's the best practice?
Beta Was this translation helpful? Give feedback.
All reactions