test/meson.build: remove obsolete CURL workaround
This appears to have been fixed in some recent CURL version.
This commit is contained in:
parent
d3f37199b9
commit
912530ed20
|
@ -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,
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue