Bladeren bron

compileAndBuildVLCKit: fix typo

Alexandre Janniaux 5 jaren geleden
bovenliggende
commit
e81ed98001
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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