On Wed, Mar 4, 2020 at 2:55 PM Matt Turner <[email protected]> wrote: > > needs_exe_wrapper tells meson whether the build machine is able to > directly execute the binaries it produces or whether it needs an exe > wrapper (like QEMU). For non-native ABI builds like building 32-bit > libraries on an x86-64 system, we want this set to false to communicate > to meson that the build machine can run the binaries directly. > > This allows dev-libs/wayland to execute the wayland-scanner binary it > builds rather than relying on the system's. > > Signed-off-by: Matt Turner <[email protected]>
Reviewed-by: Mike Gilbert <[email protected]> Looks good to me.
