Browse Source

build script: fix SDK version selector for TV

Felix Paul Kühne 9 years ago
parent
commit
e9fc31cb8d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compileVLCforiOS.sh

+ 2 - 0
compileVLCforiOS.sh

@@ -90,6 +90,8 @@ do
              ;;
          t)
              TVOS=yes
+             SDK=`xcrun --sdk appletvos --show-sdk-version`
+             SDK_MIN=9.0
              ;;
          ?)
              usage