Skip to content

Commit 63c0f0d

Browse files
committed
Install init system configs only when relevant
1 parent 038ab46 commit 63c0f0d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

misc/meson.build

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@ subdir('bash')
22
subdir('fish')
33
subdir('zsh')
44

5-
subdir('launchd')
6-
subdir('systemd')
5+
if host_machine.system() == 'linux'
6+
subdir('systemd')
7+
endif
8+
9+
if host_machine.system() == 'darwin'
10+
subdir('launchd')
11+
endif

0 commit comments

Comments
 (0)