]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed meson build
authorYann Collet <cyan@fb.com>
Thu, 17 Oct 2024 22:35:56 +0000 (15:35 -0700)
committerYann Collet <cyan@fb.com>
Thu, 17 Oct 2024 22:35:56 +0000 (15:35 -0700)
build/meson/lib/meson.build

index 4ff926f9c3e07941aa8a53a43c993cc44e2fcce5..d086fc2d74595cd3e5e3b03e504342fe91a0ae1b 100644 (file)
@@ -30,6 +30,7 @@ libzstd_sources = [join_paths(zstd_rootdir, 'lib/common/entropy_common.c'),
   join_paths(zstd_rootdir, 'lib/compress/zstd_compress_literals.c'),
   join_paths(zstd_rootdir, 'lib/compress/zstd_compress_sequences.c'),
   join_paths(zstd_rootdir, 'lib/compress/zstd_compress_superblock.c'),
+  join_paths(zstd_rootdir, 'lib/compress/zstd_preSplit.c'),
   join_paths(zstd_rootdir, 'lib/compress/zstdmt_compress.c'),
   join_paths(zstd_rootdir, 'lib/compress/zstd_fast.c'),
   join_paths(zstd_rootdir, 'lib/compress/zstd_double_fast.c'),