mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Update version of zstd.
No need to update base_deps_meta_version as it is already updated in this same PR.
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
REM ========================================================
|
||||
REM Install zstd
|
||||
curl -fsSL -o zstd-v1.4.4.zip https://github.com/facebook/zstd/archive/v1.4.4.zip || exit /b 1
|
||||
7z x zstd-v1.4.4.zip || exit /b 1
|
||||
REM Fixing https://github.com/facebook/zstd/issues/2073
|
||||
%MINGW64_RUN% "cd /c/projects/kiwix-build/zstd-1.4.4 && ../appveyor/apply_patch.sh zstd_meson.patch" || exit /b 1
|
||||
cd zstd-1.4.4/build/meson
|
||||
curl -fsSL -o zstd-v1.5.2.zip https://github.com/facebook/zstd/archive/refs/tags/v1.5.2.zip || exit /b 1
|
||||
7z x zstd-v1.5.2.zip || exit /b 1
|
||||
cd zstd-1.5.2/build/meson
|
||||
meson . builddir --prefix %EXTRA_DIR% --default-library static --buildtype release -Dbin_programs=false -Dbin_contrib=false || exit /b 1
|
||||
cd builddir
|
||||
ninja || exit /b 1
|
||||
|
Reference in New Issue
Block a user