Add xapian-core to base dependencies on Windows.
This commit is contained in:
parent
28d02bfd7a
commit
be232d790e
|
@ -14,7 +14,7 @@ class AllBaseDependencies(Dependency):
|
|||
@classmethod
|
||||
def get_dependencies(cls, configInfo, allDeps):
|
||||
if neutralEnv("distname") == "Windows":
|
||||
return ["zlib", "zstd", "icu4c", "zim-testing-suite"]
|
||||
return ["zlib", "zstd", "icu4c", "zim-testing-suite", "xapian-core"]
|
||||
if configInfo.build == "wasm" or environ.get("OS_NAME") == "manylinux":
|
||||
return ["zlib", "lzma", "zstd", "icu4c", "xapian-core"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue