set shell var

This commit is contained in:
Matthieu Gautier 2024-05-07 14:19:38 +02:00
parent b1322547ea
commit 15bf9f63f6
1 changed files with 1 additions and 0 deletions

View File

@ -50,4 +50,5 @@ class WinBashConfigInfo(ConfigInfo):
def get_env(self):
env = super().get_env()
env["PATH"] += ["C:\\msys64\\usr\\bin"]
env["SHELL"] = "C:\\Windows\\System32\\bash.exe"
return env