mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 11:58:28 +00:00
Install verbosely
This commit is contained in:
parent
146a284315
commit
5c07477de4
2
build.go
2
build.go
@ -168,7 +168,7 @@ func test(pkg string) {
|
|||||||
func install(pkg string) {
|
func install(pkg string) {
|
||||||
os.Setenv("GOBIN", "./bin")
|
os.Setenv("GOBIN", "./bin")
|
||||||
setBuildEnv()
|
setBuildEnv()
|
||||||
runPrint("go", "install", "-ldflags", ldflags(), pkg)
|
runPrint("go", "install", "-v", "-ldflags", ldflags(), pkg)
|
||||||
}
|
}
|
||||||
|
|
||||||
func build(pkg string, tags []string) {
|
func build(pkg string, tags []string) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user