forked from mirrors/linphone-iphone
Fix installation path for arm64.
This commit is contained in:
parent
75c3dbcfd3
commit
44e48126f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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//"`; \\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue