Commit db51cc4e authored by Max Kellermann's avatar Max Kellermann

lib/zlib/meson.build: add zlib_dep to `declare_dependency`

Fixes potential compiler error when zlib is installed in a non-standard directory.
parent be8a52a9
......@@ -15,4 +15,7 @@ zlib = static_library(
zlib_dep = declare_dependency(
link_with: zlib,
dependencies: [
zlib_dep,
],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment