Meson crosscompilation / Linux -> win64 #13153
Closed
sechshelme
started this conversation in
General
Replies: 2 comments
-
This is possible by setting up a mingw cross compiler. the documentation on how to do that is here: https://mesonbuild.com/Cross-compilation.html |
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
-
Is it possible to build a win64 application from a package created with meson from Linux 64bit?
For packages created with cmake, this works like this:
Or is this only possible later with ninja?
Beta Was this translation helpful? Give feedback.
All reactions