mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 22:03:54 -06:00

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
5 lines
200 B
Meson
5 lines
200 B
Meson
if 'CONFIG_CURL' in config_host
|
|
executable('elf2dmp', files('main.c', 'addrspace.c', 'download.c', 'pdb.c', 'qemu_elf.c'),
|
|
dependencies: [glib, curl],
|
|
install: true)
|
|
endif
|