From cd119015346e31660b66a39f4b60ba0a4ca311fe Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 8 May 2024 11:16:48 +0200 Subject: [PATCH] Set CONFIG_SHELL --- kiwixbuild/configs/winbash.py | 1 + 1 file changed, 1 insertion(+) 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