Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Mar 5, 2023
1 parent 8cf8e8b commit 4e3b483
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 48,355 deletions.
13 changes: 11 additions & 2 deletions src/3rdparty/update_zstd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@

set -eux

cd $(dirname $0)/../..
git subtree pull --squash --prefix src/3rdparty/zstd https://github.com/facebook/zstd v1.5.4
cd $(dirname $0)

rm -rf zstd-tmp
git clone -b v1.5.4 https://github.com/facebook/zstd zstd-tmp
cd zstd-tmp/build/single_file_libs
./create_single_file_library.sh
cd ../../..
mv zstd-tmp/build/single_file_libs/zstd.c zstd/zstd.c
mv zstd-tmp/lib/zstd.h zstd/zstd.h
mv zstd-tmp/COPYING zstd/COPYING
rm -rf zstd-tmp
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 4e3b483

Please sign in to comment.