From b9e57dbeab45802c7fae9f1849f01af77ff79493 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 27 Apr 2018 11:47:28 -0700 Subject: iOS: fix typo in build script Signed-off-by: Dirk Hohndel --- packaging/ios/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/ios/build.sh') 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 -- cgit v1.2.3-70-g09d2