prepare.py: do not display stubbed libraries if there are none

This commit is contained in:
Gautier Pelloux-Prayer 2016-01-18 10:37:17 +01:00
parent 8522d77505
commit 39a6619dbd
2 changed files with 5 additions and 3 deletions

View file

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

@ -1 +1 @@
Subproject commit bfccbef964288347884757e93cd06d9821daf42e
Subproject commit ed3120039998022f54e9fb1d1368cde122e37fd5