We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cee18 commit faad11eCopy full SHA for faad11e
contrib/release/build.sh
@@ -133,6 +133,9 @@ get_mingww64_toolchain() {
133
mkdir -p ../input/MinGW-w64
134
download "MinGW-w64/$file" "http://sourceforge.net/projects/mingw-w64/files/$dir$file/download"
135
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
+
139
7z x "../input/MinGW-w64/$file" > /dev/null
140
}
141
0 commit comments