prepare.py: lipo target should be made only after all archs build (even when using parallelism)

This commit is contained in:
Gautier Pelloux-Prayer 2015-07-01 09:49:45 +02:00
parent aca71d8853
commit 0b7397d2bb

View file

@ -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 \\