diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-09-04 22:12:44 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-09-04 22:12:44 +0200 |
commit | 999cea13c1fce89350914592263a2c941c340953 (patch) | |
tree | 7a58d3e2a571744ca3bfda7dca14a2c889c70349 /Makefile | |
parent | 9b1d67ada0264aada7f322f44e181eb80ac5dce7 (diff) |
[pkg] fix osx flat package
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |