Explorar o código

compileAndBuildVLCKit: fix typo

Alexandre Janniaux %!s(int64=5) %!d(string=hai) anos
pai
achega
e81ed98001
Modificáronse 1 ficheiros con 1 adicións e 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