successful build
This commit is contained in:
parent
2da74dd34d
commit
c5f9cbcfc9
|
@ -0,0 +1 @@
|
|||
Subproject commit 52fbbfe025f408f5b814325f2d8868d1093df4b4
|
4
Makefile
4
Makefile
|
@ -2,12 +2,12 @@ GOBIN = build/bin
|
|||
GO ?= latest
|
||||
|
||||
statusgo:
|
||||
build/env.sh go build -i -o $(GOBIN)/statusgo ./
|
||||
build/env.sh go build -i -o $(GOBIN)/statusgo ./src
|
||||
@echo "status go compilation done."
|
||||
@echo "Run \"build/bin/statusgo\" to view available commands"
|
||||
|
||||
statusgo-android: xgo
|
||||
build/env.sh $(GOBIN)/xgo --go=$(GO) --dest=$(GOBIN) --targets=android-16/aar ./
|
||||
build/env.sh $(GOBIN)/xgo --go=$(GO) --dest=$(GOBIN) --targets=android-16/aar ./src
|
||||
@echo "Android cross compilation done:"
|
||||
|
||||
xgo:
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue