Commit 66d47ced authored by Felix Lange's avatar Felix Lange

Merge pull request #2014 from karalabe/enable-ios-builds

Makefile: enable iOS experimental builds (fix prev omission)
parents a0d203a8 9af40652
...@@ -20,7 +20,7 @@ geth: ...@@ -20,7 +20,7 @@ geth:
@echo "Done building." @echo "Done building."
@echo "Run \"$(GOBIN)/geth\" to launch geth." @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:" @echo "Full cross compilation done:"
@ls -l $(GOBIN)/geth-* @ls -l $(GOBIN)/geth-*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment