瀏覽代碼

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