1
0
mirror of https://github.com/golang/go synced 2024-11-22 04:04:40 -07:00

go/build: do not parse .syso files

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5786049
This commit is contained in:
Alex Brainman 2012-03-08 17:06:53 +11:00
parent f3c39d8f2b
commit 2b8a7adde8

View File

@ -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