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
1 changed files with 1 additions and 1 deletions

View File

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