소스 검색

compileAndBuildVLCKit: fix typo

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

+ 1 - 1
compileAndBuildVLCKit.sh

@@ -260,7 +260,7 @@ build_universal_static_lib() {
             if ! [ -f "$staticlibname" ]; then
                 echo " -> $staticlibname not available"
             fi
-            if ! [ -f "$staticlibname" ]; then
+            if ! [ -f "$modulelistname" ]; then
                 echo " -> $modulelistname not available"
             fi
         fi