summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-19 09:27:44 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-19 09:28:54 +0300
commit685a12ac0e4867a5082d08d5cbf500b3a081c14d (patch)
tree6bf70fdba669044d1c4a44781487f909b20aac31 /Makefile.in
parenteeab70fd53ee88b44afc5278ae81db53403f4a0e (diff)
Prefer simple and working solution to obscure and non-working
Change-Id: I5c7d02daced542222c2cb3881fafd2d58fe7f14d
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 68b502422831..6dea2a1fa798 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -224,6 +224,9 @@ bootstrap: compilerplugins
#
build: bootstrap fetch $(if $(filter $(INPATH),$(INPATH_FOR_BUILD)),,cross-toolset)
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild
+ifeq ($(OS),IOS)
+ $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) ios
+endif
build-nocheck: bootstrap fetch $(if $(filter $(INPATH),$(INPATH_FOR_BUILD)),,cross-toolset)
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild build