WIP back to git bash.
This commit is contained in:
parent
c089d2eb7d
commit
d058f53c38
|
@ -20,14 +20,13 @@ class WinBashConfigInfo(ConfigInfo):
|
|||
|
||||
@property
|
||||
def configure_wrapper(self):
|
||||
yield "C:\\msys64\\usr\\bin\\bash.exe"
|
||||
|
||||
# yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||
# yield "C:\\msys64\\usr\\bin\\bash.exe"
|
||||
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||
|
||||
@property
|
||||
def make_wrapper(self):
|
||||
yield "C:\\msys64\\usr\\bin\\bash.exe"
|
||||
# yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||
# yield "C:\\msys64\\usr\\bin\\bash.exe"
|
||||
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||
yield "-c"
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in New Issue