prepare.py: display dummy libraries when generating SDK

This commit is contained in:
Gautier Pelloux-Prayer 2015-10-19 14:59:13 +02:00
parent b74353d976
commit 80e88d361f
2 changed files with 4 additions and 2 deletions

View file

@ -388,7 +388,9 @@ sdk:
\t\t{multiarch} \\
\t\techo "[{archs}] Mixing `basename $$archive` in $$destpath"; \\
\t\tlipo -create $$all_paths -output $$destpath; \\
\tdone
\tdone; \\
\techo 'NOTE: the following libraries were STUBBED:'; \\
\tcat WORK/ios-{first_arch}/Build/dummy_libraries/dummy_libraries.txt
build: $(addsuffix -build, $(archs))
\t$(MAKE) sdk

@ -1 +1 @@
Subproject commit e5ddd892561b0c5df25b7036bd9229fe6a6ea81a
Subproject commit 39bc0ebcebe3485b5cfcacbbe22092eeb97997a0