test/meson.build: remove obsolete CURL workaround

This appears to have been fixed in some recent CURL version.
This commit is contained in:
Max Kellermann 2022-10-14 22:38:50 +02:00
parent d3f37199b9
commit 912530ed20
1 changed files with 0 additions and 5 deletions

View File

@ -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,
],
)