From 9af4065243cecad8aaa297ee396ebbc17b280733 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= <peterke@gmail.com>
Date: Sun, 29 Nov 2015 17:52:52 +0200
Subject: [PATCH] Makefile: enable iOS experimental builds (fix prev omission)

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5fc5e9a9d..1f9bf0db8 100644
--- a/Makefile
+++ b/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-*
 
-- 
GitLab