test/meson.build: remove obsolete CURL workaround
This appears to have been fixed in some recent CURL version.
This commit is contained in:
@@ -320,11 +320,6 @@ if curl_dep.found()
|
|||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
curl_dep,
|
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,
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user