1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 14:52:43 +00:00

appveyor: use git submodule update --init

Thanks @jeeb.
This commit is contained in:
James Ross-Gowan 2017-11-13 23:19:03 +11:00
parent 41243e7c4f
commit ff1ee66231

View File

@ -66,8 +66,7 @@ pacman -Sc --noconfirm
# Compile crossc # Compile crossc
( (
git clone --depth=1 https://github.com/rossy/crossc && cd crossc git clone --depth=1 https://github.com/rossy/crossc && cd crossc
git submodule init git submodule update --init
git submodule update
make -j4 install prefix=$MINGW_PREFIX make -j4 install prefix=$MINGW_PREFIX
) )