mirror of https://github.com/mpv-player/mpv
ci: remove --enable-zsh-comp
This option no longer exists, as zsh completion is installed unconditionally now.
This commit is contained in:
parent
2712db8238
commit
919b7a55cd
|
@ -10,6 +10,5 @@ python3 ./waf configure \
|
|||
--enable-libsmbclient \
|
||||
--enable-manpage-build \
|
||||
--enable-shaderc \
|
||||
--enable-vulkan \
|
||||
--enable-zsh-comp
|
||||
--enable-vulkan
|
||||
python3 ./waf build --verbose
|
||||
|
|
Loading…
Reference in New Issue