fixup! Also run make using gitbash
This commit is contained in:
parent
0b325c4f14
commit
6568a4756d
|
@ -173,6 +173,6 @@ class BuildEnv:
|
|||
@property
|
||||
def make_wrapper(self):
|
||||
try:
|
||||
yield self.configInfo.make_wrapper
|
||||
yield from self.configInfo.make_wrapper
|
||||
except AttributeError:
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue