mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 19:37:17 +00:00
uefi: Fix a build regression with Fedora 30
Fixes https://github.com/fwupd/fwupd/issues/1754
This commit is contained in:
parent
ddfc72db56
commit
d2fe61289b
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user