diff options
author | James Ross-Gowan <rossy@jrg.systems> | 2017-11-13 23:19:03 +1100 |
---|---|---|
committer | James Ross-Gowan <rossy@jrg.systems> | 2017-11-13 23:19:03 +1100 |
commit | ff1ee66231084771e8ade0dbc1c04fd918ad9466 (patch) | |
tree | db109f572cb4c773f628cc680269862f25ddcb46 /TOOLS | |
parent | 41243e7c4f98b410195397b6758f9796acd9de57 (diff) |
appveyor: use git submodule update --init
Thanks @jeeb.
Diffstat (limited to 'TOOLS')
-rwxr-xr-x | TOOLS/appveyor-install.sh | 3 |
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 ) |