Skip to content

Commit af159c0

Browse files
committed
Disable bash_completion for windows
1 parent eeb91e4 commit af159c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ subdir('po')
402402
subdir('src')
403403
subdir('tests')
404404

405-
if get_option('bash_completion')
405+
if get_option('bash_completion') and host_machine.system() != 'windows'
406406
bash_comp = dependency('bash_completion', required: false)
407407
if bash_comp.found()
408408
bash_install_dir = bash_comp.get_variable(

0 commit comments

Comments
 (0)