diff --git a/kiwixbuild/configs/winbash.py b/kiwixbuild/configs/winbash.py index f96d4d0..7be863e 100644 --- a/kiwixbuild/configs/winbash.py +++ b/kiwixbuild/configs/winbash.py @@ -25,6 +25,7 @@ class WinBashConfigInfo(ConfigInfo): @property def make_wrapper(self): + return [] # yield "C:\\msys64\\usr\\bin\\bash.exe" yield "C:\\Program Files\\Git\\bin\\bash.exe" yield "-c"