From c2e5fe06d0d830724a55caa5cf9a2e110f3c15fc Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 2 May 2024 11:27:31 +0200 Subject: [PATCH] Use relative path for source --- 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 a82374a..760e8c3 100644 --- a/kiwixbuild/dependencies/xapian.py +++ b/kiwixbuild/dependencies/xapian.py @@ -24,7 +24,7 @@ class Xapian(Dependency): "CXXFLAGS=-EHsc", "AR=lib", "--srcdir", - self.source_path, + "../../SOURCE/xapian-core-1.4.23", ] else: return [