You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
571 B

  1. Fixes build issue https://github.com/facebook/zstd/issues/2519
  2. --- a/build/meson/lib/meson.build
  3. +++ b/build/meson/lib/meson.build
  4. @@ -22,6 +22,7 @@ libzstd_sources = [join_paths(zstd_rootd
  5. join_paths(zstd_rootdir, 'lib/common/threading.c'),
  6. join_paths(zstd_rootdir, 'lib/common/pool.c'),
  7. join_paths(zstd_rootdir, 'lib/common/zstd_common.c'),
  8. + join_paths(zstd_rootdir, 'lib/common/zstd_trace.c'),
  9. join_paths(zstd_rootdir, 'lib/common/error_private.c'),
  10. join_paths(zstd_rootdir, 'lib/common/xxhash.c'),
  11. join_paths(zstd_rootdir, 'lib/compress/hist.c'),