No bash wrapper for make
This commit is contained in:
parent
d058f53c38
commit
b1322547ea
|
@ -25,6 +25,7 @@ class WinBashConfigInfo(ConfigInfo):
|
|||
|
||||
@property
|
||||
def make_wrapper(self):
|
||||
return []
|
||||
# yield "C:\\msys64\\usr\\bin\\bash.exe"
|
||||
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||
yield "-c"
|
||||
|
|
Loading…
Reference in New Issue