On Sunday, 18 January 2026 03:59:56 EST, James Le Cuirot wrote:
> +meson_add_machine_file() {
> + local file=${T}/meson.${CHOST}.${ABI}.${1}.ini
Also, you should at least change that ${1} to ${1:?} so that you raise an error
if the function argument is missing or blank.
