openrc/src/kill_all/meson.build
Anna (navi) Figueiredo Gomes 3e65b8ca0a build: drop 'os' option and use host_machine.system()
to specify a different host, meson's machine files should be used
instead.
2025-05-27 13:38:43 +02:00

8 lines
181 B
Meson

if os == 'linux'
executable('kill_all', 'kill_all.c',
include_directories: incdir,
dependencies: [rc, einfo, shared],
install: true,
install_dir: rc_bindir)
endif