ci: remove --enable-zsh-comp

This option no longer exists, as zsh completion is installed
unconditionally now.
This commit is contained in:
Philip Sequeira 2019-09-24 23:07:09 -04:00 committed by wm4
parent 2712db8238
commit 919b7a55cd
1 changed files with 1 additions and 2 deletions

View File

@ -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