Skip to content

Commit 77cce88

Browse files
authored
Fix LZ4 dependecy with cmake
1 parent 5023575 commit 77cce88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-cmakelibs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function build_irx {
7070
# Try to solve windows linking issues
7171
$FETCH 5a82f71ed1dfc0bec044d9702463dbdf84ea3b71 https://github.com/madler/zlib &
7272
$FETCH v5.4.0 https://github.com/xz-mirror/xz.git &
73-
$FETCH v1.9.4 https://github.com/lz4/lz4.git &
73+
$FETCH c99038d1bb46d9621f0c9e3ac6f0004a109eb67a https://github.com/lz4/lz4.git &
7474
$FETCH v1.9.2 https://github.com/nih-at/libzip.git &
7575
$FETCH 2.18.0 https://github.com/ImageOptim/libimagequant.git &
7676
$FETCH v1.6.43 https://github.com/glennrp/libpng &

0 commit comments

Comments
 (0)