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