Explorar o código

build script: fix SDK version selector for TV

Felix Paul Kühne %!s(int64=9) %!d(string=hai) anos
pai
achega
e9fc31cb8d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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