mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
libmicrohttpd is now a dependency of kiwix-lib, not kiwix-tools.
And we have to install libmicrohttpd on windows.
This commit is contained in:
@ -11,7 +11,7 @@ class KiwixTools(Dependency):
|
||||
git_dir = "kiwix-tools"
|
||||
|
||||
class Builder(MesonBuilder):
|
||||
dependencies = ["kiwix-lib", "libmicrohttpd", "zlib"]
|
||||
dependencies = ["kiwix-lib"]
|
||||
|
||||
@property
|
||||
def configure_option(self):
|
||||
|
Reference in New Issue
Block a user