summaryrefslogtreecommitdiffstats
path: root/packaging/ios/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/ios/build.sh')
-rw-r--r--packaging/ios/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh
index e8a693c51..fb5ec5cf8 100644
--- a/packaging/ios/build.sh
+++ b/packaging/ios/build.sh
@@ -347,7 +347,7 @@ popd
# now combine the libraries into fat libraries
rm -rf install-root
cp -a install-root-x86_64 install-root
-if [ "$TARGET" = "iphoneos"] ; then
+if [ "$TARGET" = "iphoneos" ] ; then
pushd install-root/lib
for LIB in $(find . -type f -name \*.a); do
lipo ../../install-root-armv7/lib/$LIB ../../install-root-arm64/lib/$LIB ../../install-root-x86_64/lib/$LIB -create -output $LIB