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