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:
parent
41243e7c4f
commit
ff1ee66231
@ -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
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user