[vlc-devel] [PATCH 06/10] VLCKit: use latest i386 contribs
Faustino E. Osuna
enrique.osuna at gmail.com
Tue Jan 24 01:31:53 CET 2012
Use the latest i386 contribs (i686-apple-darwin10).
---
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 6ee6bb1..1e53d3c 100644
--- a/projects/macosx/framework/Configure.sh
+++ b/projects/macosx/framework/Configure.sh
@@ -100,7 +100,7 @@ for arch in $ARCHS; do
export CXXFLAGS="-m32 -arch i386"
export OBJCFLAGS="-m32 -arch i386"
export CPPFLAGS="-m32 -arch i386"
- this_args="--build=i686-apple-darwin9 --with-contrib=$VLC_SRC_DIR/contrib/i686-apple-darwin9 $this_args"
+ this_args="--build=i686-apple-darwin10 --with-contrib=$VLC_SRC_DIR/contrib/i686-apple-darwin10 $this_args"
fi
if test $arch = "ppc"; then
export CFLAGS="-m32 -arch ppc"
--
1.7.7.4
More information about the vlc-devel
mailing list