mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-22 13:33:23 +00:00
build: make goflags overridable
This commit is contained in:
parent
7e516167cf
commit
1fd50197a6
@ -8,7 +8,8 @@ vars:
|
||||
BINDIR: '{{default .bindir__ .BINDIR}}'
|
||||
libdir__: '{{.PREFIX}}/share/hilbish'
|
||||
LIBDIR: '{{default .libdir__ .LIBDIR}}'
|
||||
GOFLAGS: '-ldflags "-s -w"'
|
||||
goflags__: '-ldflags "-s -w"'
|
||||
GOFLAGS: '{{default .goflags__ .GOFLAGS}}'
|
||||
|
||||
tasks:
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user