Explorar o código

VLCKit: fixes contrib dir for arch i386.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Sebastien Zwickert %!s(int64=14) %!d(string=hai) anos
pai
achega
e8edcd1764
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Configure.sh

+ 1 - 1
Configure.sh

@@ -98,7 +98,7 @@ for arch in $ARCHS; do
         export CXXFLAGS="-m32 -arch i686"
         export OBJCFLAGS="-m32 -arch i686"
         export CPPFLAGS="-m32 -arch i686"
-        this_args="--with-contrib=${VLC_SRC_DIR}/extras/contrib/hosts/i386-apple-darwin10 $this_args"
+        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
     if test $arch = "ppc"; then