瀏覽代碼

adjusted clone URL to fix compilation

Carola Nitz 11 年之前
父節點
當前提交
d9ef1bf9ef
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compileVLCforiOS.sh

+ 1 - 1
compileVLCforiOS.sh

@@ -207,7 +207,7 @@ else
 cd GHSidebarNav && git pull --rebase && cd ..
 fi
 if ! [ -e LXReorderableCollectionViewFlowLayout ]; then
-git clone git@github.com:lxcid/LXReorderableCollectionViewFlowLayout.git
+git clone git://github.com/lxcid/LXReorderableCollectionViewFlowLayout.git
 cd LXReorderableCollectionViewFlowLayout
 git am ../../patches/lxreorderablecollectionviewflowlayout/*.patch
 if [ $? -ne 0 ]; then