mirror of
https://github.com/NixOS/nix.git
synced 2025-10-15 12:26:28 +08:00
16 lines
236 B
Meson
16 lines
236 B
Meson
subdir('bash')
|
|
subdir('fish')
|
|
subdir('zsh')
|
|
|
|
if host_machine.system() == 'linux'
|
|
subdir('systemd')
|
|
endif
|
|
|
|
if host_machine.system() == 'darwin'
|
|
subdir('launchd')
|
|
endif
|
|
|
|
if host_machine.system() == 'freebsd'
|
|
subdir('freebsd')
|
|
endif
|