Hanlde space in shell path
This commit is contained in:
parent
e8bd55dae2
commit
4b7fa59c4e
|
@ -44,3 +44,8 @@ class WinBashConfigInfo(ConfigInfo):
|
|||
super().set_comp_flags(env)
|
||||
env["PATH"] += ["C:\\Program Files\\Git\\bin"]
|
||||
env["CXXFLAGS"] = "-EHsc -MD " + env["CXXFLAGS"]
|
||||
|
||||
def get_env(self):
|
||||
env = super().get_env()
|
||||
env["MAKESHELL"] = "C:/'Program Files'/Git/bin/sh.exe"
|
||||
return env
|
||||
|
|
Loading…
Reference in New Issue