Explorar el Código

buildMobileVLCKit: Remove unused variables

Hugo Beauzée-Luyssen hace 7 años
padre
commit
90c43e9b78
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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`