We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6936bc8 + ba59aeb commit 3580aa2Copy full SHA for 3580aa2
build/meson/lib/meson.build
@@ -127,6 +127,10 @@ libzstd = library('zstd',
127
libzstd_dep = declare_dependency(link_with: libzstd,
128
include_directories: join_paths(zstd_rootdir,'lib')) # Do not expose private headers
129
130
+if meson.version().version_compare('>=0.54.0')
131
+ meson.override_dependency('libzstd', libzstd_dep)
132
+endif
133
+
134
# we link to both:
135
# - the shared library (for public symbols)
136
# - the static library (for private symbols)
0 commit comments