vlc | branch: master | Sebastien Zwickert <[email protected]> | Tue Sep 20 03:44:08 2011 +0200| [5af4f382cbb50a1ed98dc3c449a0049060a5709b] | committer: Jean-Baptiste Kempf
VLCKit: fixes contrib dir for arch i386. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5af4f382cbb50a1ed98dc3c449a0049060a5709b --- projects/macosx/framework/Configure.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/projects/macosx/framework/Configure.sh b/projects/macosx/framework/Configure.sh index e62cbfe..c4f6abd 100644 --- a/projects/macosx/framework/Configure.sh +++ b/projects/macosx/framework/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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
