From 999cea13c1fce89350914592263a2c941c340953 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 4 Sep 2019 22:12:44 +0200 Subject: [pkg] fix osx flat package --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3