소스 검색

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

Felix Paul Kühne 11 년 전
부모
커밋
b1103f5e7c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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