Fix typo for SDK generation

This commit is contained in:
Guillaume BIENKOWSKI 2015-03-13 10:28:01 +01:00
parent 8ea972afcb
commit d4a86ce9e8

View file

@ -230,7 +230,7 @@ multi-arch:
i386_path=`echo $$archive | sed -e "s/armv7/i386/"` ;\
arm64_path=`echo $$archive | sed -e "s/armv7/aarch64/"` ;\
x64_path=`echo $$archive | sed -e "s/armv7/x86_64/"` ;\
destpath=`echo $$archive | sed -e "s/-debug//" | sed -e "s/armv7-//" | sed -e "s/.ios//"` ;\
destpath=`echo $$archive | sed -e "s/-debug//" | sed -e "s/armv7-//" | sed -e "s/\.ios//"` ;\
all_paths=`echo $$archive $$arm64_path`; \
all_archs="armv7,aarch64"; \
mkdir -p `dirname $$destpath` ; \