Explorar o código

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

Felix Paul Kühne %!s(int64=11) %!d(string=hai) anos
pai
achega
b1103f5e7c
Modificáronse 1 ficheiros con 1 adicións e 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