From 9d3232e058aa2f071d758996c9425df0a3f7083d Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 9 Jun 2014 15:17:03 +0200 Subject: 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. --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 4c0b8fbaab..7351d3bf84 100644 --- a/wscript +++ b/wscript @@ -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', -- cgit v1.2.3