Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
selfup authored Jun 2, 2021
1 parent 99620db commit 5a060a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/build/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func main() {
}

func compile(goos string, arch string) {
setEnv("CGO_ENALED", "0")
setEnv("CGO_ENABLED", "0")
setEnv("GOOS", goos)
setEnv("GOARCH", arch)

Expand Down

0 comments on commit 5a060a1

Please sign in to comment.