Skip to content

Commit 7aca814

Browse files
aykevldeadprogram
authored andcommitted
windows: update mingw-w64 version
This gets rid of the following messages: ld.lld: warning: duplicate /export option: hypot ld.lld: warning: duplicate /export option: nextafter I've wanted to wait for the next release but that may take a long while, so I've simply set the submodule to the commit that fixes this message.
1 parent 1d52e6b commit 7aca814

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

builder/mingw-w64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func makeMinGWExtraLibs(tmpdir string) []*compileJob {
5252
for _, name := range []string{
5353
"kernel32.def.in",
5454
"api-ms-win-crt-conio-l1-1-0.def",
55-
"api-ms-win-crt-convert-l1-1-0.def",
55+
"api-ms-win-crt-convert-l1-1-0.def.in",
5656
"api-ms-win-crt-environment-l1-1-0.def",
5757
"api-ms-win-crt-filesystem-l1-1-0.def",
5858
"api-ms-win-crt-heap-l1-1-0.def",

lib/mingw-w64

Submodule mingw-w64 updated 578 files

0 commit comments

Comments
 (0)