summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sequeira <phsequei@gmail.com>2016-09-10 15:19:59 -0400
committerwm4 <wm4@nowhere>2016-09-10 21:46:03 +0200
commit1e684e3cca595179d9ad1348d14216c91afb64a6 (patch)
tree46c0cea3420ba5856048639bb0ebb06495ed97ff
parenteec7660274886e9ca9f9cce69814fe27f774ddf3 (diff)
downloadmpv-1e684e3cca595179d9ad1348d14216c91afb64a6.tar.bz2
mpv-1e684e3cca595179d9ad1348d14216c91afb64a6.tar.xz
build: recompile zsh completion if zsh.pl changes
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 23f61c0d2d..a288a955d6 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -580,7 +580,7 @@ def build(ctx):
if ctx.dependency_satisfied('cplayer'):
if ctx.dependency_satisfied('zsh-comp'):
- ctx.zshcomp(target = "etc/_mpv")
+ ctx.zshcomp(target = "etc/_mpv", source = "TOOLS/zsh.pl")
ctx.install_files(
ctx.env.ZSHDIR,
['etc/_mpv'])