Explorar el Código

buildVLCKit: Fix xcrun invocation

Hugo Beauzée-Luyssen hace 7 años
padre
commit
26ea13b007
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      buildVLCKit.sh

+ 3 - 3
buildVLCKit.sh

@@ -143,9 +143,9 @@ spopd
 #
 
 buildLibVLC() {
-    export CC=`xcrun clang`
-    export CXX=`xcrun clang++`
-    export OBJC=`xcrun clang`
+    export CC=`xcrun -f clang`
+    export CXX=`xcrun -f clang++`
+    export OBJC=`xcrun -f clang`
 
     args=""
     if [ "$VERBOSE" = "yes" ]; then