Parcourir la source

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

Felix Paul Kühne il y a 11 ans
Parent
commit
b1103f5e7c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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