Browse Source

fix apply path for compile ARMv7s slice of the LiveSDK

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Pierre SAGASPE 10 years ago
parent
commit
f293730262
1 changed files with 1 additions and 1 deletions
  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