Explorar el Código

build MVK: don't forget to re-apply the patches when updating existing vlc.git checkouts

Felix Paul Kühne hace 11 años
padre
commit
b1103f5e7c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      buildMobileVLCKit.sh

+ 1 - 0
buildMobileVLCKit.sh

@@ -138,6 +138,7 @@ else
 cd vlc
 git pull --rebase
 git reset --hard ${TESTEDHASH}
+git am ../../patches/*.patch
 cd ..
 fi
 fi