Skip to content

Commit

Permalink
vm: update origin information of zstd.c
Browse files Browse the repository at this point in the history
  • Loading branch information
nomennescio committed May 14, 2024
1 parent d9bbaa7 commit 4d68080
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vm/zstd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

#include "master.hpp"

// zstd.c is generated from github.com/facebook/zstd.git using
// $ cd build/single_file_libs
// $ python combine.py -r ../../lib -o zstd.c zstd-in.c

namespace lib { namespace zstd { extern "C" {
// update the following line if zstd.c is updated
// origin : git SHA1: 794ea1b0 tag: v1.5.6
#include "zstd.c"
} } }

0 comments on commit 4d68080

Please sign in to comment.