build: disable zsh completions by default, fixes e.g. cross compilation

The Perl script generating the completions actually invokes mpv, and it
runs during the build. This is not sane and breaks at least cross
compilation.

As a workaround, disable the completions by default for now.
This commit is contained in:
wm4 2014-06-09 15:17:03 +02:00
parent ce0bf5e7dd
commit 9d3232e058
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ build_options = [
'name': '--zsh-comp',
'desc': 'zsh completion',
'func': check_true,
'default': 'disable',
}, {
'name': '--macosx-bundle',
'desc': 'compilation of a Mac OS X Application bundle',