Skip to content

meson: Do not use native: true for find_program

Nirbheek Chauhan requested to merge nirbheek/x264:find_program-native into meson

All these usages are incorrect. find_program(..., native: true) is not the same as executable(..., native: true), etc. It does not select host vs target for the output or for running the program. It simply selects whether to search for the program using the native-file or the cross-file.

Merge request reports