Makefile: enable iOS experimental builds (fix prev omission)
This commit is contained in:
parent
a0d203a874
commit
9af4065243
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ geth:
|
||||
@echo "Done building."
|
||||
@echo "Run \"$(GOBIN)/geth\" to launch geth."
|
||||
|
||||
geth-cross: geth-linux geth-darwin geth-windows geth-android
|
||||
geth-cross: geth-linux geth-darwin geth-windows geth-android geth-ios
|
||||
@echo "Full cross compilation done:"
|
||||
@ls -l $(GOBIN)/geth-*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user