[vlc-commits] commit: VLCKit: No need to force the -arch flag now. (Pierre d'Herbemont )
git version control
git at videolan.org
Thu Mar 4 18:51:00 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Mar 4 18:47:57 2010 +0100| [674ae38bb3b5438f474f62855c93f104f9934a29] | committer: Pierre d'Herbemont
VLCKit: No need to force the -arch flag now.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=674ae38bb3b5438f474f62855c93f104f9934a29
---
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 ae6def7..ed379e4 100644
--- a/projects/macosx/framework/Configure.sh
+++ b/projects/macosx/framework/Configure.sh
@@ -90,6 +90,6 @@ for arch in $ARCHS; do
fi
echo "Running[$arch] configure $this_args"
- CFLAGS="-arch $arch" CXXFLAGS="-arch $arch" CPPFLAGS="-arch $arch" OBJCFLAGS="-arch $arch" $top_srcdir/configure $this_args
+ $top_srcdir/configure $this_args
cd ..
done
More information about the vlc-commits
mailing list