Commit 674ae38b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

VLCKit: No need to force the -arch flag now.

parent ca4339c7
...@@ -90,6 +90,6 @@ for arch in $ARCHS; do ...@@ -90,6 +90,6 @@ for arch in $ARCHS; do
fi fi
echo "Running[$arch] configure $this_args" 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 .. cd ..
done done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment