mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
go/build: enable cgo by default on solaris/amd64
Change-Id: I0110b01fe4c64851ac2cfb5a92c31ce156831bc8 Reviewed-on: https://go-review.googlesource.com/8265 Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
parent
2d18ab75e6
commit
2b90c3e8ed
1 changed files with 1 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ var cgoEnabled = map[string]bool{
|
||||||
"netbsd/arm": true,
|
"netbsd/arm": true,
|
||||||
"openbsd/386": true,
|
"openbsd/386": true,
|
||||||
"openbsd/amd64": true,
|
"openbsd/amd64": true,
|
||||||
|
"solaris/amd64": true,
|
||||||
"windows/386": true,
|
"windows/386": true,
|
||||||
"windows/amd64": true,
|
"windows/amd64": true,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue