Skip to content

Commit

Permalink
Fix a FTBFS on aarch64 (Fixes: #36)
Browse files Browse the repository at this point in the history
Fixes: 2040b81 ("Drop the needless efi-cc and efi-ld parameters")
Signed-off-by: Mario Limonciello <[email protected]>
  • Loading branch information
superm1 authored and hughsie committed Jan 27, 2023
1 parent 81164c8 commit 76be8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion efi/crt0/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
o_crt0 = custom_target('efi_crt0',
input : arch_crt_source,
output : arch_crt,
command : [efi_cc, '-c', '@INPUT@', '-o', '@OUTPUT@']
command : [cc.cmd_array(), '-c', '@INPUT@', '-o', '@OUTPUT@']
+ compile_args)

0 comments on commit 76be8f8

Please sign in to comment.