Explorar el Código

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

Pierre d'Herbemont hace 15 años
padre
commit
48fab1df33
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Configure.sh

+ 1 - 1
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