Skip to content

Commit

Permalink
cmd/dist: add harvey to supported os list
Browse files Browse the repository at this point in the history
add harvey to okgoos var
add harvey/amd64 to cgoEnabled as false

Signed-off-by: Sevki <[email protected]>
  • Loading branch information
sevki committed Jun 18, 2017
1 parent c7d15ec commit bb12450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmd/dist/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ var okgoos = []string{
"netbsd",
"openbsd",
"plan9",
"harvey",
"windows",
}

Expand Down Expand Up @@ -1127,6 +1128,7 @@ var cgoEnabled = map[string]bool{
"plan9/386": false,
"plan9/amd64": false,
"plan9/arm": false,
"harvey/amd64": false,
"solaris/amd64": true,
"windows/386": true,
"windows/amd64": true,
Expand Down

0 comments on commit bb12450

Please sign in to comment.