Update build_tc.sh
This commit is contained in:
parent
5b45878532
commit
3ff98f213f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user