From af83317eb4e52d06a1b05c079510437d727a1c22 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Tue, 6 Jun 2017 11:20:33 +0200 Subject: [PATCH] fix prepare.py for static --- prepare.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prepare.py b/prepare.py index 82800a32c..f697c377e 100755 --- a/prepare.py +++ b/prepare.py @@ -290,6 +290,8 @@ sdk: \t\tfor archive in $$archives ; do \\ \t\t\tarmv7_path=`echo $$archive | sed -e "s/{first_arch}/armv7/"`; \\ \t\t\tarm64_path=`echo $$archive | sed -e "s/{first_arch}/arm64/"`; \\ +\t\t\ti386_path=`echo $$archive | sed -e "s/{first_arch}/i386/"`; \\ +\t\t\tx86_64_path=`echo $$archive | sed -e "s/{first_arch}/x86_64/"`; \\ \t\t\tdestpath=`echo $$archive | sed -e "s/-debug//" | sed -e "s/{first_arch}-//" | sed -e "s/\.ios//"`; \\ \t\t\tall_paths=`echo $$archive`; \\ \t\t\tall_archs="{first_arch}"; \\