build: improve just install
This commit is contained in:
parent
10ef829d31
commit
86afef4920
2 changed files with 10 additions and 6 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -30,7 +30,8 @@ build() {
|
|||
export CGO_CXXFLAGS="${CXXFLAGS}"
|
||||
export CGO_LDFLAGS="${LDFLAGS}"
|
||||
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
|
||||
DISTRIBUTION=arch just complain
|
||||
export DISTRIBUTION=arch
|
||||
just complain
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue