Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow any alternative python freeze tool to work with meson
Any code that needs to know mesonlib.python_command currently assumes the PyInstaller bundle reference is added to the sys module, which means that it assumes the only freeze tool used is PyInstaller. Really, all we need to check is sys.frozen as it's never normally set, but always set for a freeze. We don't care if it was PyInstaller specifically, and we don't need its bundle directory. See #13007
- Loading branch information