mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
parent
c614ffe946
commit
9bc6a404d5
2 changed files with 2 additions and 2 deletions
|
|
@ -101,6 +101,6 @@ func main() {
|
|||
os.Exit(2)
|
||||
}
|
||||
|
||||
p.PackagePath = p.Package;
|
||||
p.PackagePath = os.Getenv("CGOPKGPATH") + "/" + p.Package;
|
||||
p.writeOutput(input);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue