make is not a script !!!!!
This commit is contained in:
parent
da2f9e6532
commit
4d7f6e26c6
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue