From a689b881d3a909c9075a832034c61c823443c2bc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Apr 2020 17:13:50 +0200 Subject: test/meson.build: work around linker failure due to statically linked CURL --- test/meson.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/meson.build b/test/meson.build index f20a79aa0..a1dc7840d 100644 --- a/test/meson.build +++ b/test/meson.build @@ -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, ], ) -- cgit v1.2.3