build(meson): use python module instead of find_prog
This makes Meson use the internal Python version instead of looking for the "python3" executable in the system. This means that python will be more likely to be found on system where the binary is named differently (Windows?), python3 is not required (any version will do), and could even be faster.
Showing
Please register or sign in to comment