From 325d0fe91f0dd696ed01cec2a701b6535b1c6b73 Mon Sep 17 00:00:00 2001 From: Veloman Yunkan Date: Fri, 22 Nov 2024 16:29:12 +0400 Subject: [PATCH] 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. --- kiwixbuild/dependencies/libcurl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kiwixbuild/dependencies/libcurl.py b/kiwixbuild/dependencies/libcurl.py index 691fb7e4..cc7fd153 100644 --- a/kiwixbuild/dependencies/libcurl.py +++ b/kiwixbuild/dependencies/libcurl.py @@ -54,6 +54,7 @@ class Builder(MesonBuilder): "smb", "smtp", "gopher", + "tool", ) ]