From 41c92e8b006b327cdd5b854146553709faf919d1 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 2 May 2024 11:09:24 +0200 Subject: [PATCH] Do not win_to_posix source dir --- kiwixbuild/dependencies/xapian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/dependencies/xapian.py b/kiwixbuild/dependencies/xapian.py index 08364ee..a82374a 100644 --- a/kiwixbuild/dependencies/xapian.py +++ b/kiwixbuild/dependencies/xapian.py @@ -24,7 +24,7 @@ class Xapian(Dependency): "CXXFLAGS=-EHsc", "AR=lib", "--srcdir", - win_to_posix_path(self.source_path), + self.source_path, ] else: return [