From 0b7397d2bba7e5c7e17eb8a454ed6eff1ff0adea Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Wed, 1 Jul 2015 09:49:45 +0200 Subject: [PATCH] prepare.py: lipo target should be made only after all archs build (even when using parallelism) --- prepare.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prepare.py b/prepare.py index ae27c19ff..bccffcebd 100755 --- a/prepare.py +++ b/prepare.py @@ -309,7 +309,8 @@ lipo: \t\tfi \\ \tdone -libs: $(addprefix all-,$(archs)) lipo +libs: $(addprefix all-,$(archs)) +\t$(MAKE) lipo ipa: build \txcodebuild -configuration Release \\