[vlc-commits] extras: add missing space

Felix Paul Kühne git at videolan.org
Thu Oct 3 20:46:57 CEST 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Oct  3 20:45:09 2013 +0200| [94452373bfe8db3dad1f03ff4c5de6b054bfb624] | committer: Felix Paul Kühne

extras: add missing space

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=94452373bfe8db3dad1f03ff4c5de6b054bfb624
---

 extras/package/ios/build.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index 0e060bb..fecea39 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -140,7 +140,7 @@ export STRIP="xcrun strip"
 export SDKROOT
 CFLAGS="-isysroot ${SDKROOT} -arch ${ARCH} -miphoneos-version-min=${SDK_MIN} ${OPTIM}"
 if [ "$ARCH" = "armv7" -o "$ARCH" = "armv7s" ]; then
-CFLAGS+="-mcpu=cortex-a8"
+CFLAGS+=" -mcpu=cortex-a8"
 fi
 export CFLAGS
 export CPPFLAGS="${CFLAGS}"



More information about the vlc-commits mailing list