summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossy@jrg.systems>2017-11-13 23:19:03 +1100
committerJames Ross-Gowan <rossy@jrg.systems>2017-11-13 23:19:03 +1100
commitff1ee66231084771e8ade0dbc1c04fd918ad9466 (patch)
treedb109f572cb4c773f628cc680269862f25ddcb46
parent41243e7c4f98b410195397b6758f9796acd9de57 (diff)
downloadmpv-ff1ee66231084771e8ade0dbc1c04fd918ad9466.tar.bz2
mpv-ff1ee66231084771e8ade0dbc1c04fd918ad9466.tar.xz
appveyor: use git submodule update --init
Thanks @jeeb.
-rwxr-xr-xTOOLS/appveyor-install.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/TOOLS/appveyor-install.sh b/TOOLS/appveyor-install.sh
index 6ae8f34ea3..ca2e264162 100755
--- a/TOOLS/appveyor-install.sh
+++ b/TOOLS/appveyor-install.sh
@@ -66,8 +66,7 @@ pacman -Sc --noconfirm
# Compile crossc
(
git clone --depth=1 https://github.com/rossy/crossc && cd crossc
- git submodule init
- git submodule update
+ git submodule update --init
make -j4 install prefix=$MINGW_PREFIX
)