mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 08:50:09 +00:00
Makefile GOBIN to use absolute path
This commit is contained in:
parent
f52a38249f
commit
dea43dc4ed
3
Makefile
3
Makefile
@ -11,7 +11,8 @@ endif
|
|||||||
|
|
||||||
CGO_CFLAGS=-I/$(JAVA_HOME)/include -I/$(JAVA_HOME)/include/darwin
|
CGO_CFLAGS=-I/$(JAVA_HOME)/include -I/$(JAVA_HOME)/include/darwin
|
||||||
BUILD_TAGS =
|
BUILD_TAGS =
|
||||||
GOBIN = build/bin
|
GOBIN=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))build/bin
|
||||||
|
|
||||||
GO ?= latest
|
GO ?= latest
|
||||||
XGOVERSION ?= 1.9.2
|
XGOVERSION ?= 1.9.2
|
||||||
XGOIMAGE = statusteam/xgo:$(XGOVERSION)
|
XGOIMAGE = statusteam/xgo:$(XGOVERSION)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user