Explorar o código

adjusted clone URL to fix compilation

Carola Nitz %!s(int64=11) %!d(string=hai) anos
pai
achega
d9ef1bf9ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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