meson: Fix contrib and tests build

This commit is contained in:
Artem Labazov
2024-09-30 18:05:57 +03:00
parent d2d49a1161
commit ccc02a9a77
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ roundTripCrash = executable('roundTripCrash',
longmatch_sources = [join_paths(zstd_rootdir, 'tests/longmatch.c')]
longmatch = executable('longmatch',
longmatch_sources,
dependencies: [ libzstd_dep ],
dependencies: [ libzstd_internal_dep ],
install: false)
invalidDictionaries_sources = [join_paths(zstd_rootdir, 'tests/invalidDictionaries.c')]