Skip to content

Commit faad11e

Browse files
committed
release script: Download MinGW-w64 toolchain sources too
1 parent 01cee18 commit faad11e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/release/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ get_mingww64_toolchain() {
133133
mkdir -p ../input/MinGW-w64
134134
download "MinGW-w64/$file" "http://sourceforge.net/projects/mingw-w64/files/$dir$file/download"
135135

136+
srcfile=src-$gccversion-release-rt_v4-$mingwbuildsrev.tar.7z
137+
download "MinGW-w64/$srcfile" "http://sourceforge.net/projects/mingw-w64/files/Toolchain%20sources/Personal%20Builds/mingw-builds/$gccversion/$srcfile/download"
138+
136139
7z x "../input/MinGW-w64/$file" > /dev/null
137140
}
138141

0 commit comments

Comments
 (0)