make is not a script !!!!!

This commit is contained in:
Matthieu Gautier 2024-05-07 10:58:44 +02:00
parent da2f9e6532
commit 4d7f6e26c6
1 changed files with 2 additions and 0 deletions

View File

@ -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):