mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
4 lines
118 B
Meson
4 lines
118 B
Meson
|
if 'CONFIG_TRACE_SYSTEMTAP' in config_host
|
||
|
install_data('qemu-trace-stap', install_dir: get_option('bindir'))
|
||
|
endif
|