Skip to content

Commit

Permalink
Merge pull request #2548 from SupervisedThinking/build_fix
Browse files Browse the repository at this point in the history
meson: fix build by adding missing files
  • Loading branch information
Cyan4973 authored Mar 19, 2021
2 parents eace4ab + edf2b11 commit 5158071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/meson/lib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ libzstd_sources = [join_paths(zstd_rootdir, 'lib/common/entropy_common.c'),
join_paths(zstd_rootdir, 'lib/common/threading.c'),
join_paths(zstd_rootdir, 'lib/common/pool.c'),
join_paths(zstd_rootdir, 'lib/common/zstd_common.c'),
join_paths(zstd_rootdir, 'lib/common/zstd_trace.c'),
join_paths(zstd_rootdir, 'lib/common/error_private.c'),
join_paths(zstd_rootdir, 'lib/common/xxhash.c'),
join_paths(zstd_rootdir, 'lib/compress/hist.c'),
Expand Down

0 comments on commit 5158071

Please sign in to comment.