mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
meson: fix build by adding missing files
fixes https://github.com/facebook/zstd/issues/2519
This commit is contained in:
parent
eace4abc25
commit
edf2b1176d
1 changed files with 1 additions and 0 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue