Commit 2b8a7add authored by Alex Brainman's avatar Alex Brainman

go/build: do not parse .syso files

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5786049
parent f3c39d8f
......@@ -483,6 +483,7 @@ Found:
// Likely of the form foo_windows.syso, but
// the name was vetted above with goodOSArchFile.
p.SysoFiles = append(p.SysoFiles, name)
continue
default:
// skip
continue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment