浏览代码

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