prepare.py: remove submodules/binaries directory since we automatically generate dummy libraries in main Makefile

This commit is contained in:
Gautier Pelloux-Prayer 2015-08-31 10:22:30 +02:00
parent d9565d6dcc
commit 181cf75f49
3 changed files with 0 additions and 12 deletions

View file

@ -1 +0,0 @@

Binary file not shown.

View file

@ -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