qemu-patch-raspberry4/tests/qemu-iotests/meson.build

7 lines
211 B
Meson
Raw Normal View History

if 'CONFIG_LINUX' in config_host
socket_scm_helper = executable('socket_scm_helper', 'socket_scm_helper.c',
build_by_default: false)
else
socket_scm_helper = []
endif