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 committed Nov 22, 2024
1 parent 6cb347c commit 325d0fe
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 325d0fe

Please sign in to comment.