Do not win_to_posix source dir

This commit is contained in:
Matthieu Gautier 2024-05-02 11:09:24 +02:00
parent 2762a31509
commit 41c92e8b00
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",
win_to_posix_path(self.source_path), self.source_path,
] ]
else: else:
return [ return [