mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
set shell var
This commit is contained in:
parent
b1322547ea
commit
15bf9f63f6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user