fixup! Also run make using gitbash

This commit is contained in:
Matthieu Gautier
2024-04-30 19:32:29 +02:00
parent 0b325c4f14
commit 6568a4756d

View File

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