Merge tag 'v0.23.10'

release v0.23.10
This commit is contained in:
Max Kellermann
2022-10-14 23:56:33 +02:00
13 changed files with 58 additions and 146 deletions

View File

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