Commit a689b881 authored by Max Kellermann's avatar Max Kellermann

test/meson.build: work around linker failure due to statically linked CURL

parent e94c4362
......@@ -336,6 +336,11 @@ if curl_dep.found()
include_directories: inc,
dependencies: [
curl_dep,
# Explicitly linking with zlib here works around a linker
# failure on Windows, because our Windows CURL build is
# statically linked and thus declares no dependency on zlib
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