[vlc-commits] VLCKit: fixes flags for arch i386.

Sebastien Zwickert git at videolan.org
Tue Sep 20 15:23:37 CEST 2011


vlc | branch: master | Sebastien Zwickert <dilaroga at free.fr> | Tue Sep 20 13:41:53 2011 +0200| [91ced27922335a150d278ac1739e3cbf7e134af1] | committer: Jean-Baptiste Kempf

VLCKit: fixes flags for arch i386.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 projects/macosx/framework/Configure.sh |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/projects/macosx/framework/Configure.sh b/projects/macosx/framework/Configure.sh
index c4f6abd..2c0b5bc 100644
--- a/projects/macosx/framework/Configure.sh
+++ b/projects/macosx/framework/Configure.sh
@@ -94,10 +94,10 @@ for arch in $ARCHS; do
         $top_srcdir/configure --build=x86_64-apple-darwin10 $this_args
     fi
     if test $arch = "i386"; then
-        export CFLAGS="-m32 -arch i686"
-        export CXXFLAGS="-m32 -arch i686"
-        export OBJCFLAGS="-m32 -arch i686"
-        export CPPFLAGS="-m32 -arch i686"
+        export CFLAGS="-m32 -arch i386"
+        export CXXFLAGS="-m32 -arch i386"
+        export OBJCFLAGS="-m32 -arch i386"
+        export CPPFLAGS="-m32 -arch i386"
         this_args="--with-contrib=${VLC_SRC_DIR}/extras/contrib/hosts/i686-apple-darwin10 $this_args"
         $top_srcdir/configure --build=i686-apple-darwin10 $this_args
     fi



More information about the vlc-commits mailing list