-
Notifications
You must be signed in to change notification settings - Fork 256
Open
Description
Meson support was merged in #986, but appears to not have support for cross compilation. I am concluding this from a use case where I am trying to cross compile using the Emscripten compiler. For this to work, a cross file should be provided to meson setup
, however there is no logic for passing cross file as can be seen here:
I think this should be solved by generating a cross file for Meson mirroring what is done for the CMake toolchain file here:
Metadata
Metadata
Assignees
Labels
No labels