mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 11:56:21 -04:00
Try to not protect space in CC
This commit is contained in:
parent
5bc4f6935e
commit
ee1fce0246
@ -19,8 +19,8 @@ class Xapian(Dependency):
|
||||
if neutralEnv("distname") == "Windows":
|
||||
compile_script = win_to_posix_path(self.source_path / "compile")
|
||||
return [
|
||||
f'CC="{compile_script} cl -nologo"',
|
||||
f'CXX="{compile_script} cl -nologo"',
|
||||
f"CC={compile_script} cl -nologo",
|
||||
f"CXX={compile_script} cl -nologo",
|
||||
"CXXFLAGS=-EHsc",
|
||||
"AR=lib",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user