]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
meson: fix build by adding missing files 2548/head
authorSupervisedThinking <supervisedthinking@gmail.com>
Fri, 19 Mar 2021 18:52:45 +0000 (19:52 +0100)
committerSupervisedThinking <supervisedthinking@gmail.com>
Fri, 19 Mar 2021 18:52:45 +0000 (19:52 +0100)
fixes https://github.com/facebook/zstd/issues/2519

build/meson/lib/meson.build

index 17806c8dcc3703c2d02166f99500cbd636560901..004888753707779a39242cf17b8c17654892f9dc 100644 (file)
@@ -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'),