소스 검색

Revert "buildMobileVLCKit: Remove unused variables"

This reverts commit 90c43e9b78c5cc3451ccf007632b5ca65fa422b1.
It is used by vlc's contrib bootstrap
Hugo Beauzée-Luyssen 7 년 전
부모
커밋
e360b9b2dd
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      buildMobileVLCKit.sh

+ 2 - 0
buildMobileVLCKit.sh

@@ -663,10 +663,12 @@ 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`