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:
parent
f3c39d8f2b
commit
2b8a7adde8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user