浏览代码

buildVLCKit: Fix xcrun invocation

Hugo Beauzée-Luyssen 7 年之前
父节点
当前提交
26ea13b007
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      buildVLCKit.sh

+ 3 - 3
buildVLCKit.sh

@@ -143,9 +143,9 @@ spopd
 #
 #
 
 
 buildLibVLC() {
 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=""
     args=""
     if [ "$VERBOSE" = "yes" ]; then
     if [ "$VERBOSE" = "yes" ]; then