From 559a6d2bd4b642e8eeb0b3bb538e1575c61a86af Mon Sep 17 00:00:00 2001 From: Joshua Warner Date: Fri, 12 Aug 2016 17:30:09 +0000 Subject: [PATCH] fix ios bootimage build --- makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 39db0796fa..67a5c37db1 100755 --- a/makefile +++ b/makefile @@ -2174,7 +2174,12 @@ $(unittest-executable): $(unittest-executable-objects) $(bootimage-generator): $(bootimage-generator-objects) $(vm-objects) echo building $(bootimage-generator) arch=$(build-arch) platform=$(bootimage-platform) - $(MAKE) process=interpret bootimage= bootimage-test= mode=$(mode) + $(MAKE) process=interpret \ + bootimage= \ + bootimage-test= \ + mode=$(mode) \ + platform=$(bootimage-platform) \ + arch=$(build-arch) $(MAKE) mode=$(mode) \ build=$(host-build-root) \ arch=$(build-arch) \