mirror of https://github.com/GNOME/gimp.git
build: use libjxl 0.6.1 in MSYS2 native build
This commit is contained in:
parent
7af186f14c
commit
b745f00fe4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue