No bash wrapper for make

This commit is contained in:
Matthieu Gautier 2024-05-07 14:14:25 +02:00
parent d058f53c38
commit b1322547ea
1 changed files with 1 additions and 0 deletions

View File

@ -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"