From 44e48126f7ea984cc2392c4065061c0a20fec10c Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 26 May 2015 17:10:47 +0200 Subject: [PATCH] Fix installation path for arm64. --- prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare.py b/prepare.py index dd83562de..e7c335e8f 100755 --- a/prepare.py +++ b/prepare.py @@ -167,7 +167,7 @@ libs: $(addprefix all-,$(archs)) cp -rf liblinphone-sdk/{first_arch}-apple-darwin.ios/share liblinphone-sdk/apple-darwin/. && \\ for archive in $$archives ; do \\ armv7_path=`echo $$archive | sed -e "s/{first_arch}/armv7/"`; \\ - arm64_path=`echo $$archive | sed -e "s/{first_arch}/aarch64/"`; \\ + arm64_path=`echo $$archive | sed -e "s/{first_arch}/arm64/"`; \\ i386_path=`echo $$archive | sed -e "s/{first_arch}/i386/"`; \\ x86_64_path=`echo $$archive | sed -e "s/{first_arch}/x86_64/"`; \\ destpath=`echo $$archive | sed -e "s/-debug//" | sed -e "s/{first_arch}-//" | sed -e "s/\.ios//"`; \\