fixed x265 build script

This commit is contained in:
Rudis Muiznieks 2022-11-23 16:50:22 -06:00
parent 082857899b
commit 3d20c92947
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ builddir="$(dirname "$0")"
pushd "$builddir"
rm -rf ./build ./build-10 ./build-12
if [ -d "./x265_git" ]; then
git -C "./x265_git" pull
else