• Andrea Pappacoda's avatar
    build(meson): use python module instead of find_prog · ec2d8160
    Andrea Pappacoda authored
    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.
    ec2d8160
meson.build 4.16 KB