Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-01 22:56:42 +02:00 committed by GitHub
parent 373b692315
commit 5b45878532
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) # checkout manually (cmake is getting values from git)
cd $src/.. cd $src/..
if [ ! -d $SRC/x265/.git ]; then if [ ! -d $SRC/x265/.git ]; then
git clone $1 $SRC/x265 git clone git@github.com:videolan/x265.git $SRC/x265
fi fi
git reset --hard git reset --hard
git pull git pull