diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2023-04-16 00:00:55 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-04-17 11:36:55 +0300 |
commit | c39ee881a1959ae37aded8e0c24cec23b2bd6a90 (patch) | |
tree | 52fd0200239a66503eb1e010c49d65efca9d515a /docs/refman/loaderyaml.py | |
parent | e66b07e6fb9e7264c23a4cda7f28c538e6229229 (diff) | |
download | meson-c39ee881a1959ae37aded8e0c24cec23b2bd6a90.zip meson-c39ee881a1959ae37aded8e0c24cec23b2bd6a90.tar.gz meson-c39ee881a1959ae37aded8e0c24cec23b2bd6a90.tar.bz2 |
select the correct python_command for pyinstaller builds, even on not-Windows
Checking the executable basename sort of works, at least for Windows,
since Windows always happens to use exactly this approach. However, the
official pyinstaller documentation suggests a very different approach:
https://pyinstaller.org/en/stable/runtime-information.html
This approach is more robust since it works on any OS, and in particular
it allows me to test the PyInstaller bundle functionality on Linux, even
though we don't officially distribute it as such.
Diffstat (limited to 'docs/refman/loaderyaml.py')
0 files changed, 0 insertions, 0 deletions