summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-09-04 22:12:44 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-09-04 22:12:44 +0200
commit999cea13c1fce89350914592263a2c941c340953 (patch)
tree7a58d3e2a571744ca3bfda7dca14a2c889c70349 /Makefile
parent9b1d67ada0264aada7f322f44e181eb80ac5dce7 (diff)
[pkg] fix osx flat package
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f1df601..0023324 100644
--- a/Makefile
+++ b/Makefile
@@ -7,12 +7,12 @@
TAGS ?= gtk_3_18
+XBUILD ?= no
+SKIP_CACHECK ?= no
PROVIDER ?= $(shell grep ^'provider =' branding/config/vendor.conf | cut -d '=' -f 2 | tr -d "[:space:]")
PROVIDER_CONFIG ?= branding/config/vendor.conf
DEFAULT_PROVIDER = branding/assets/default/
VERSION ?= $(shell git describe)
-XBUILD ?= no
-SKIP_CACHECK ?= no
# go paths
GOPATH = $(shell go env GOPATH)
@@ -40,7 +40,6 @@ install_go:
@sudo apt-get update
@sudo apt-get install golang-go
-
depends:
-@make depends$(UNAME)
@go get -u golang.org/x/text/cmd/gotext github.com/cratonica/2goarray