瀏覽代碼

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"