From 4d7f6e26c687935ddab16bd925979fe9bf5cc675 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 7 May 2024 10:58:44 +0200 Subject: [PATCH] make is not a script !!!!! --- kiwixbuild/configs/winbash.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kiwixbuild/configs/winbash.py b/kiwixbuild/configs/winbash.py index a435777..4854d01 100644 --- a/kiwixbuild/configs/winbash.py +++ b/kiwixbuild/configs/winbash.py @@ -21,10 +21,12 @@ class WinBashConfigInfo(ConfigInfo): @property def configure_wrapper(self): yield "C:\\Program Files\\Git\\bin\\bash.exe" + yield "-c" @property def make_wrapper(self): yield "C:\\Program Files\\Git\\bin\\bash.exe" + yield "-c" @property def binaries(self):