mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
configure: remove unnecessary symlinks
Make pc-bios/meson.build use the files in the source tree as inputs to bzip2. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
823eb01345
commit
0f457147f4
2 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,7 @@ if unpack_edk2_blobs
|
|||
roms += custom_target(f,
|
||||
build_by_default: have_system,
|
||||
output: f,
|
||||
input: '@0@.bz2'.format(f),
|
||||
input: files('@0@.bz2'.format(f)),
|
||||
capture: true,
|
||||
install: get_option('install_blobs'),
|
||||
install_dir: qemu_datadir,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue