mirror of
https://github.com/golang/go
synced 2024-11-25 09:07:58 -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
|
// Likely of the form foo_windows.syso, but
|
||||||
// the name was vetted above with goodOSArchFile.
|
// the name was vetted above with goodOSArchFile.
|
||||||
p.SysoFiles = append(p.SysoFiles, name)
|
p.SysoFiles = append(p.SysoFiles, name)
|
||||||
|
continue
|
||||||
default:
|
default:
|
||||||
// skip
|
// skip
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user