Added a comment to the previous commit.
This commit is contained in:
parent
a0f10000de
commit
d2746b7d2c
|
@ -133,7 +133,7 @@ func main() {
|
||||||
f.Close()
|
f.Close()
|
||||||
|
|
||||||
cmd := exec.Command("go", "run")
|
cmd := exec.Command("go", "run")
|
||||||
cmd.Args = append(cmd.Args, goopts...)
|
cmd.Args = append(cmd.Args, goopts...) // valid if len(goopts) == 0; in that case this will just be a no-op
|
||||||
cmd.Args = append(cmd.Args, genoutname)
|
cmd.Args = append(cmd.Args, genoutname)
|
||||||
f, err = os.Create(filepath.Join(pkgpath, "zconstants_windows_" + targetarch + ".go"))
|
f, err = os.Create(filepath.Join(pkgpath, "zconstants_windows_" + targetarch + ".go"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue