Meson: Search python executable only once
Currently each meson custom_target() using python search for the binary itself, meaning it gets searched multiple times. Search it just once and store result to an executable variable, which is then used in all places where its needed.
Currently each meson custom_target() using python search for the binary itself, meaning it gets searched multiple times. Search it just once and store result to an executable variable, which is then used in all places where its needed.