瀏覽代碼

fix apply path for compile ARMv7s slice of the LiveSDK

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Pierre SAGASPE 10 年之前
父節點
當前提交
f293730262
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compileVLCforiOS.sh

+ 1 - 1
compileVLCforiOS.sh

@@ -204,7 +204,7 @@ rm -rf __MACOSX
 fi
 if ! [ -e OneDrive ]; then
 git clone git://github.com/liveservices/LiveSDK-for-iOS.git OneDrive
-git am ../../patches/onedrive/0001-Compile-ARMv7s-slice.patch
+cd OneDrive && git am ../../patches/onedrive/0001-Compile-ARMv7s-slice.patch && cd ..
 else
 cd OneDrive && git pull --rebase && cd ..
 fi