Skip to content

Commit

Permalink
build: Fix bad environment key
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Nov 15, 2023
1 parent 3a2808c commit 7c49196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/internal/build/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
func main() {
build_shared.FindSDK()

if os.Getenv("build.Default.GOPATH") == "" {
if os.Getenv("GOPATH") == "" {
os.Setenv("GOPATH", build.Default.GOPATH)
}

Expand Down

0 comments on commit 7c49196

Please sign in to comment.