Don't install curl tool

We only need the libcurl library. Building and installing the curl tool
leads to a build failure under Windows because of a missing "strip"
utility.
This commit is contained in:
Veloman Yunkan 2024-11-22 16:29:12 +04:00 committed by Kelson
parent 8c3ba3f3cb
commit 680ff58756
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class LibCurl(Dependency):
"smb", "smb",
"smtp", "smtp",
"gopher", "gopher",
"tool",
) )
] ]