build: use libjxl 0.6.1 in MSYS2 native build

This commit is contained in:
Daniel Novomesky 2021-10-30 13:52:35 +02:00 committed by Daniel Novomeský
parent 7af186f14c
commit b745f00fe4
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-highway \
mingw-w64-$MSYS2_ARCH-cmake
git clone --depth=${GIT_DEPTH} --branch v0.6 --recursive https://github.com/libjxl/libjxl.git _libjxl
git clone --depth=${GIT_DEPTH} --branch v0.6.1 --recursive https://github.com/libjxl/libjxl.git _libjxl
mkdir _libjxl/_build
cd _libjxl/_build