diff options
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 ) |