Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When running a python script from CMake, explicitly invoke Python via the `PYTHON3` variable defined in the seL4 CMake config, rather than relying on the script to specify its interpreter with `#!`. This makes it easier to override the Python interpreter used for all Python scripts called from CMake builds. Signed-off-by: Matthew Brecknell <[email protected]>
- Loading branch information