diff --git a/kiwixbuild/configs/winbash.py b/kiwixbuild/configs/winbash.py index 4854d01..b22b794 100644 --- a/kiwixbuild/configs/winbash.py +++ b/kiwixbuild/configs/winbash.py @@ -21,7 +21,6 @@ class WinBashConfigInfo(ConfigInfo): @property def configure_wrapper(self): yield "C:\\Program Files\\Git\\bin\\bash.exe" - yield "-c" @property def make_wrapper(self):