uefi: Fix a build regression with Fedora 30

Fixes https://github.com/fwupd/fwupd/issues/1754
This commit is contained in:
Richard Hughes 2020-02-11 14:07:14 +00:00
parent ddfc72db56
commit d2fe61289b

View File

@ -101,6 +101,7 @@ efi_ldflags = ['-T',
'-nostdlib',
'-znocombreloc',
'-L', efi_ldsdir,
'-L', efi_libdir,
join_paths(efi_ldsdir, arch_crt)]
if efi_arch == 'aarch64' or efi_arch == 'arm'
# Aarch64 and ARM32 don't have an EFI capable objcopy. Use 'binary'