mirror of https://github.com/mpv-player/mpv
baabc291f1
Running cross-compiled binaries may be possible, but the runtime
environment must be configured correctly. In some configurations, an
exe_wrapper needs to be used, and in all cases, the library path must be
set correctly for the given binary. Fortunately, Meson handles all of
this if cross-compilation is configured correctly.
Fix this by having Meson run the mpv binary directly, instead of as a
subprocess of a Python script. This ensures that the environment is
properly set for running host binaries, if possible.
Fixes: #15075
Fixes:
|
||
---|---|---|
.. | ||
lua | ||
mpv-osd-symbols.sfdir | ||
osxbundle | ||
docutils-wrapper.py | ||
dylib_unhell.py | ||
file2string.py | ||
gen-interface-changes.py | ||
gen-mpv-desktop.py | ||
gen-osd-font.sh | ||
idet.sh | ||
macos-sdk-version.py | ||
macos-swift-lib-directory.py | ||
matroska.py | ||
mpv_identify.sh | ||
osxbundle.py | ||
stats-conv.py | ||
umpv | ||
uncrustify.cfg |