mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
meson: print EFI CC configuration nicely
In 595343fb4c
it was converted to an array.
This doesn't look good in the output. Let's convert it back to a string.
This commit is contained in:
parent
3fa3dc9e44
commit
c512dfb9ac
@ -3125,7 +3125,7 @@ if conf.get('ENABLE_EFI') == 1
|
||||
if have_gnu_efi
|
||||
status += [
|
||||
'EFI machine type: @0@'.format(EFI_MACHINE_TYPE_NAME),
|
||||
'EFI CC @0@'.format(efi_cc),
|
||||
'EFI CC @0@'.format(' '.join(efi_cc)),
|
||||
'EFI lib directory: @0@'.format(efi_libdir),
|
||||
'EFI lds directory: @0@'.format(efi_ldsdir),
|
||||
'EFI include directory: @0@'.format(efi_incdir)]
|
||||
|
Loading…
Reference in New Issue
Block a user