Set CONFIG_SHELL

This commit is contained in:
Matthieu Gautier 2024-05-08 11:16:48 +02:00
parent b75463615b
commit cd11901534
1 changed files with 1 additions and 0 deletions

View File

@ -58,4 +58,5 @@ class WinBashConfigInfo(ConfigInfo):
# env["PATH"][:] = list(PATH_ENV)
# env["PATH"] += ["C:\\msys64\\usr\\bin"]
env["SHELL"] = "C:\\Windows\\System32\\bash.exe"
env["CONFIG_SHELL"] = "C:\\Windows\\System32\\bash.exe"
return env