From 912530ed200a7ba7a26323b4899a0388448660c0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 14 Oct 2022 22:38:50 +0200 Subject: [PATCH] test/meson.build: remove obsolete CURL workaround This appears to have been fixed in some recent CURL version. --- test/meson.build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/meson.build b/test/meson.build index fd42e43b0..6c6cc0b3f 100644 --- a/test/meson.build +++ b/test/meson.build @@ -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, ], )