diff --git a/kiwixbuild/configs/winbash.py b/kiwixbuild/configs/winbash.py index db1e408..ac4d33c 100644 --- a/kiwixbuild/configs/winbash.py +++ b/kiwixbuild/configs/winbash.py @@ -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