Commit Graph

8 Commits

Author SHA1 Message Date
Alexander Neumann dca200c2e9 build.go: Make `-ldflags` compatible to Go 1.5
This change uses the old syntax (-ldflags "-X foo bar") for Go <= 1.4
and the new syntax for (-ldflags "-X foo=bar") for Go 1.5 (without a
warning).
2015-08-25 22:07:52 +02:00
Alexander Neumann 10232155ef build.go: make sure to exit 1 on error 2015-08-19 21:40:36 +02:00
Alexander Neumann 59751645be build.go: allow running tests in temporary GOPATH 2015-08-19 20:24:52 +02:00
Florian Weingarten 38f1a8d0a9 Allow building without git 2015-08-19 00:35:34 -04:00
Klaus Post 347e800b4e Set output binary name in a variable. 2015-08-16 14:20:37 +02:00
Klaus Post 5d5f3de62f Output EXE file on Windows platform. 2015-08-14 15:08:07 +02:00
Alexander Neumann 7738709f7a Support build tags for `build.go` 2015-06-24 20:29:58 +02:00
Alexander Neumann 9e9177ab73 Add `build.go` 2015-06-24 20:29:58 +02:00