Skip to content

Commit 671fad0

Browse files
replace 4.7.3 with 4.9.2 mingw c++ compiler
Latest cygwin ships with 4.9.2 version of 64 bit mingw c++ compiler, hence switching to that
1 parent fb17410 commit 671fad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/set-mingw64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ln x86_64-w64-mingw32-dlltool.exe dlltool
1414
ln x86_64-w64-mingw32-dllwrap.exe dllwrap
1515
ln x86_64-w64-mingw32-elfedit.exe elfedit
1616
ln x86_64-w64-mingw32-g++.exe g++
17-
ln x86_64-w64-mingw32-gcc-4.7.3.exe gcc-4.7.3
17+
ln x86_64-w64-mingw32-gcc-4.9.2.exe gcc-4.7.3
1818
ln x86_64-w64-mingw32-gcc-ar.exe gcc-ar
1919
ln x86_64-w64-mingw32-gcc-nm.exe gcc-nm
2020
ln x86_64-w64-mingw32-gcc-ranlib.exe gcc-ranlib

0 commit comments

Comments
 (0)