소스 검색

compileAndBuildVLCKit.sh: remove unused variables

Alexandre Janniaux 5 년 전
부모
커밋
6594be45c5
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      compileAndBuildVLCKit.sh

+ 0 - 3
compileAndBuildVLCKit.sh

@@ -441,9 +441,6 @@ if [ "$BUILD_SIMULATOR" != "no" ]; then
     buildMobileKit iphonesimulator
 fi
 
-DEVICEARCHS=""
-SIMULATORARCHS=""
-
 if [ "$TVOS" = "yes" ]; then
     build_universal_static_lib "AppleTV"
 fi