mirror of https://github.com/mpv-player/mpv
build: recompile zsh completion if zsh.pl changes
This commit is contained in:
parent
eec7660274
commit
1e684e3cca
|
@ -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'])
|
||||
|
|
Loading…
Reference in New Issue