浏览代码

buildMobileVLCKit: Remove unused variables

Hugo Beauzée-Luyssen 7 年之前
父节点
当前提交
90c43e9b78
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      buildMobileVLCKit.sh

+ 0 - 2
buildMobileVLCKit.sh

@@ -663,12 +663,10 @@ buildMobileKit() {
 
     if [ "$SKIPLIBVLCCOMPILATION" != "yes" ]; then
         if [ "$TVOS" = "yes" ]; then
-            export BUILDFORTVOS="yes"
             info "Building libvlc for tvOS"
         else
             info "Building libvlc for iOS"
         fi
-        export BUILDFORIOS="yes"
 
         export AR=`xcrun -f ar`
         export RANLIB=`xcrun -f ranlib`