diff options
-rw-r--r-- | mingw-w64-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-w64-build b/mingw-w64-build index edf0f69..7a0e8b0 100644 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -82,7 +82,7 @@ download_sources() cd "$src" || error_exit echo "downloading mingw-w64-git" >&3 - git clone git://git.code.sf.net/p/mingw-w64/mingw-w64 "mingw-w64-git" || error_exit + git clone --depth 1 git://git.code.sf.net/p/mingw-w64/mingw-w64 "mingw-w64-git" || error_exit local urls=( "http://ftp.gnu.org/gnu/binutils/binutils-$v_binutils.tar.bz2" |