Added build flags to xgo builds

This commit is contained in:
konrad 2018-12-07 12:27:23 +01:00
parent 3e8fd1e619
commit 976c6362ae
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ LDFLAGS := -X "main.Version=$(shell git describe --tags --always | sed 's/-/+/'
PACKAGES ?= $(filter-out code.vikunja.io/api/integrations,$(shell go list ./... | grep -v /vendor/))
SOURCES ?= $(shell find . -name "*.go" -type f)
TAGS ?=
TAGS ?= -mod=vendor
TMPDIR := $(shell mktemp -d 2>/dev/null || mktemp -d -t 'kasino-temp')