mirror of https://github.com/perkeep/perkeep.git
Upstream bug is fixed.
http://golang.org/issue/6319 Change-Id: I9467a7727fdb4b27cb1c4b5ceb093c2b1635427f
This commit is contained in:
parent
501c6dcd45
commit
7a34e5a52a
6
make.go
6
make.go
|
@ -249,11 +249,7 @@ func main() {
|
|||
}
|
||||
|
||||
if !*quiet {
|
||||
// TODO: change this next line to call
|
||||
// actualBinDir(binDir) instead. But the linker
|
||||
// crashes (!!?!) right now if we do that.
|
||||
// Bug to be filed once I'm off this plane.
|
||||
log.Printf("Success. Binaries are in %s", binDir)
|
||||
log.Printf("Success. Binaries are in %s", actualBinDir(binDir))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue