mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -04:00
Use relative path for source
This commit is contained in:
parent
41c92e8b00
commit
c2e5fe06d0
@ -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 [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user