forked from mirrors/linphone-iphone
prepare.py: remove submodules/binaries directory since we automatically generate dummy libraries in main Makefile
This commit is contained in:
parent
d9565d6dcc
commit
181cf75f49
3 changed files with 0 additions and 12 deletions
|
|
@ -1 +0,0 @@
|
|||
|
||||
Binary file not shown.
|
|
@ -1,11 +0,0 @@
|
|||
Notes:
|
||||
|
||||
This directory is here because XCode cannot handle optional static libraries linking so we must stub some library, tunnel for instance.
|
||||
|
||||
You can regenerate dummy.c (which is an empty file...) using:
|
||||
|
||||
|
||||
for arch in arm64 armv7 i386 x86_64; do
|
||||
clang -c dummy.c -o dummy-$arch.a -arch $arch
|
||||
done
|
||||
lipo -create -output libdummy.a dummy-*.a
|
||||
Loading…
Add table
Reference in a new issue