tvl-depot/third_party/nix/misc/meson.build
p01arst0rm 055139ac6a feat(3p/nix): added meson support
(cherry picked from commit 086a81b7a5bbe1fc022efb5935ff68f6ad71ddaf)
2020-05-17 15:55:13 +01:00

13 lines
219 B
Meson

# nix src build file
#============================================================================
misc_dirs = [
'launchd',
'systemd',
'systemv',
'upstart'
]
foreach dir : misc_dirs
subdir(dir)
endforeach