Specify source_dir

This commit is contained in:
Matthieu Gautier 2024-04-30 17:21:42 +02:00
parent ee1fce0246
commit 6eb97b2e35
1 changed files with 2 additions and 0 deletions

View File

@ -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 [