Commit 912530ed authored by Max Kellermann's avatar Max Kellermann

test/meson.build: remove obsolete CURL workaround

This appears to have been fixed in some recent CURL version.
parent d3f37199
......@@ -320,11 +320,6 @@ 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