mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 11:56:21 -04:00
Specify source_dir
This commit is contained in:
parent
ee1fce0246
commit
6eb97b2e35
@ -23,6 +23,8 @@ class Xapian(Dependency):
|
||||
f"CXX={compile_script} cl -nologo",
|
||||
"CXXFLAGS=-EHsc",
|
||||
"AR=lib",
|
||||
"--srcdir",
|
||||
win_to_posix_path(self.source_path),
|
||||
]
|
||||
else:
|
||||
return [
|
||||
|
Loading…
x
Reference in New Issue
Block a user