Skip to content

Commit

Permalink
Update to ZSTD 1.4.8 (#1261)
Browse files Browse the repository at this point in the history
(Hotfix for unaligned memory accesses)
  • Loading branch information
NiLuJe committed Dec 20, 2020
1 parent 59a97a5 commit c9c14de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/zstd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set(INSTALL_CMD sh -c "${BUILD_ENV} ${KO_MAKE_RECURSIVE} -C lib -j${PARALLEL_JOB
ko_write_gitclone_script(
GIT_CLONE_SCRIPT_FILENAME
https://github.com/facebook/zstd.git
tags/v1.4.7
tags/v1.4.8
${SOURCE_DIR}
)

Expand Down

0 comments on commit c9c14de

Please sign in to comment.