Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-01 22:58:43 +02:00 committed by GitHub
parent 5b45878532
commit 3ff98f213f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ elif [ "$STEP" == "x265" ]; then
# checkout manually (cmake is getting values from git)
cd $src/..
if [ ! -d $SRC/x265/.git ]; then
git clone git@github.com:videolan/x265.git $SRC/x265
git clone https://github.com/videolan/x265.git $SRC/x265
fi
git reset --hard
git pull