summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sequeira <phsequei@gmail.com>2019-09-24 23:07:09 -0400
committerwm4 <1387750+wm4@users.noreply.github.com>2019-09-27 13:19:29 +0200
commit919b7a55cdc837166bf831cdd1f01e4ad5b2cf89 (patch)
treecfa72d5177cfb4c89685f317267e2308add8399d
parent2712db8238846f7b4e24052dbe091ea87defc5ae (diff)
downloadmpv-919b7a55cdc837166bf831cdd1f01e4ad5b2cf89.tar.bz2
mpv-919b7a55cdc837166bf831cdd1f01e4ad5b2cf89.tar.xz
ci: remove --enable-zsh-comp
This option no longer exists, as zsh completion is installed unconditionally now.
-rwxr-xr-xci/build-tumbleweed.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/build-tumbleweed.sh b/ci/build-tumbleweed.sh
index 8dc27ad255..0ef468b9ef 100755
--- a/ci/build-tumbleweed.sh
+++ b/ci/build-tumbleweed.sh
@@ -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