Browse Source

buildVLCKit: Fix xcrun invocation

Hugo Beauzée-Luyssen 7 years ago
parent
commit
26ea13b007
1 changed files with 3 additions and 3 deletions
  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