Explorar o código

fix apply path for compile ARMv7s slice of the LiveSDK

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Pierre SAGASPE %!s(int64=10) %!d(string=hai) anos
pai
achega
f293730262
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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