Преглед на файлове

compilation script: fix typo

Felix Paul Kühne преди 5 години
родител
ревизия
44385de720
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      compileAndBuildVLCKit.sh

+ 1 - 1
compileAndBuildVLCKit.sh

@@ -395,7 +395,7 @@ build_universal_static_lib() {
         done
         spopd
 
-        spushd ${VLCROOT}/build-"$OSSTYLE"simulator-x86_64/contrib/x86_64-"$OSSTYLE"simulator/lib
+        spushd ${VLCROOT}/build-"$OSSTYLE"simulator-x86_64/contrib/x86_64-"$OSSTYLE"simulator${SDK_VERSION}/lib
         for i in `ls *.a`
         do
             CONTRIBLIBS="$i $CONTRIBLIBS"