mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
prepare.py: display dummy libraries when generating SDK
This commit is contained in:
parent
b74353d976
commit
80e88d361f
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue