Revert "fix for sRTP not installed in multi-arch liblinphone-sdk, due to unidentified archives."

This reverts commit b9db786072.
This commit is contained in:
Jehan Monnier 2011-11-14 15:45:25 +01:00
parent 51915a4bac
commit 68d395ad8f

View file

@ -291,7 +291,7 @@ multi-arch:
if test -f "$$i386_path"; then \
echo "Mixing $$archive and $$i386_path into $$destpath"; \
mkdir -p `dirname $$destpath` ; \
lipo -create -arch armv6 $$archive -arch armv7 $$armv7_path -arch i386 $$i386_path -output $$destpath; \
lipo -create $$archive $$armv7_path $$i386_path -output $$destpath; \
else \
echo "WARNING: archive `basename $$archive` exists in arm tree but does not exists in i386 tree."; \
fi \