diff --git a/meson.build b/meson.build index 91a3d04f6..6c5cf71e8 100644 --- a/meson.build +++ b/meson.build @@ -376,7 +376,7 @@ if build_standalone and get_option('plugin_uefi_capsule') conf.set_quoted('EFI_MACHINE_TYPE_NAME', EFI_MACHINE_TYPE_NAME) r = run_command([python3, 'po/test-deps']) if r.returncode() != 0 - error(r.stderr()) + error(r.stdout()) endif endif