mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 00:29:02 +00:00
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('cplayer'):
|
||||||
|
|
||||||
if ctx.dependency_satisfied('zsh-comp'):
|
if ctx.dependency_satisfied('zsh-comp'):
|
||||||
ctx.zshcomp(target = "etc/_mpv")
|
ctx.zshcomp(target = "etc/_mpv", source = "TOOLS/zsh.pl")
|
||||||
ctx.install_files(
|
ctx.install_files(
|
||||||
ctx.env.ZSHDIR,
|
ctx.env.ZSHDIR,
|
||||||
['etc/_mpv'])
|
['etc/_mpv'])
|
||||||
|
Loading…
Reference in New Issue
Block a user