Commit 2b90c3e8 authored by Aram Hăvărneanu's avatar Aram Hăvărneanu

go/build: enable cgo by default on solaris/amd64

Change-Id: I0110b01fe4c64851ac2cfb5a92c31ce156831bc8
Reviewed-on: https://go-review.googlesource.com/8265Reviewed-by: default avatarMinux Ma <minux@golang.org>
parent 2d18ab75
......@@ -275,6 +275,7 @@ var cgoEnabled = map[string]bool{
"netbsd/arm": true,
"openbsd/386": true,
"openbsd/amd64": true,
"solaris/amd64": true,
"windows/386": true,
"windows/amd64": true,
}
......
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