Closed BrownNPC closed 1 month ago
Those checks are meson's and not related to mpv.
Build type: native build
You have to use cross compilation mode, else meson will be unhappy, if binaries are not runnable. In cross compile, you can use wine to sanity check or not, controlled by exe_wrapper
. See https://mesonbuild.com/Cross-compilation.html for proper cross compilation configuration with meson.
Its trying to run a windows executable when my goal is to cross compile for windows. I there a config option for disabling these sanity checks?