make is not a script !!!!!
This commit is contained in:
parent
da2f9e6532
commit
4d7f6e26c6
|
@ -21,10 +21,12 @@ 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):
|
||||||
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||||
|
yield "-c"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def binaries(self):
|
def binaries(self):
|
||||||
|
|
Loading…
Reference in New Issue