From ff1ee66231084771e8ade0dbc1c04fd918ad9466 Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Mon, 13 Nov 2017 23:19:03 +1100 Subject: appveyor: use git submodule update --init Thanks @jeeb. --- TOOLS/appveyor-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'TOOLS') 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 ) -- cgit v1.2.3