Kaydet (Commit) a3f66d2d authored tarafından jan Iversen's avatar jan Iversen

fixing fe3fb5ec for iOS

the new cross-toolset target does not work for iOS
(the old way worked as it should)
the "fetch" target causes problems.

Change-Id: I19d2949f04a968ebd9813f635dc21cae0559a4e7
üst d4cd8677
......@@ -276,7 +276,9 @@ help showmodules gbuildtojson:
cross-toolset: bootstrap fetch
# fetch again in case there are externals only needed on build platform
ifneq ($(OS),IOS)
$(MAKE) gb_Side=build $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile fetch
endif
$(MAKE) gb_Side=build $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild build-tools
......
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