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:
parent
8c3ba3f3cb
commit
680ff58756
|
@ -54,6 +54,7 @@ class LibCurl(Dependency):
|
||||||
"smb",
|
"smb",
|
||||||
"smtp",
|
"smtp",
|
||||||
"gopher",
|
"gopher",
|
||||||
|
"tool",
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue