Skip to content

Commit

Permalink
Don't install curl tool
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
veloman-yunkan authored and kelson42 committed Nov 22, 2024
1 parent 8c3ba3f commit 680ff58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kiwixbuild/dependencies/libcurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class Builder(MesonBuilder):
"smb",
"smtp",
"gopher",
"tool",
)
]

Expand Down

0 comments on commit 680ff58

Please sign in to comment.