WIP not -c configure

This commit is contained in:
Matthieu Gautier 2024-05-07 11:15:24 +02:00
parent b7566eee70
commit e8bd55dae2
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ class WinBashConfigInfo(ConfigInfo):
@property @property
def configure_wrapper(self): def configure_wrapper(self):
yield "C:\\Program Files\\Git\\bin\\bash.exe" yield "C:\\Program Files\\Git\\bin\\bash.exe"
yield "-c"
@property @property
def make_wrapper(self): def make_wrapper(self):