mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Fix typo for SDK generation
This commit is contained in:
parent
8ea972afcb
commit
d4a86ce9e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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` ; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue