Use relative path for source
This commit is contained in:
parent
41c92e8b00
commit
c2e5fe06d0
|
@ -24,7 +24,7 @@ class Xapian(Dependency):
|
|||
"CXXFLAGS=-EHsc",
|
||||
"AR=lib",
|
||||
"--srcdir",
|
||||
self.source_path,
|
||||
"../../SOURCE/xapian-core-1.4.23",
|
||||
]
|
||||
else:
|
||||
return [
|
||||
|
|
Loading…
Reference in New Issue