mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
prepare.py: do not display stubbed libraries if there are none
This commit is contained in:
parent
8522d77505
commit
39a6619dbd
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue