Explorar el Código

compileAndBuildVLCKit: fix typo

Alexandre Janniaux hace 5 años
padre
commit
e81ed98001
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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