Use relative path for source

This commit is contained in:
Matthieu Gautier 2024-05-02 11:27:31 +02:00
parent 41c92e8b00
commit c2e5fe06d0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class Xapian(Dependency):
"CXXFLAGS=-EHsc", "CXXFLAGS=-EHsc",
"AR=lib", "AR=lib",
"--srcdir", "--srcdir",
self.source_path, "../../SOURCE/xapian-core-1.4.23",
] ]
else: else:
return [ return [