From e8bd55dae2ec26cc29302b9812b092390683d93c Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 7 May 2024 11:15:24 +0200 Subject: [PATCH] =?UTF-8?q?WIP=C2=A0not=20-c=20configure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiwixbuild/configs/winbash.py | 1 - 1 file changed, 1 deletion(-) 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):