Skip to content

Commit e8cf313

Browse files
nwf-msrarichardson
authored andcommitted
gmake: bootstrap to fetch gnulib before configuring
1 parent 4c7a261 commit e8cf313

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pycheribuild/projects/cross/gmake.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ def setup(self):
5454
# when the locale is something like en_GB.UTF-8. C.UTF-8 seems to
5555
# work fine, not just C, so use that for the build.
5656
self.make_args.set_env(LC_ALL="C.UTF-8")
57+
58+
def configure(self, **kwargs):
59+
self.run_cmd(self.source_dir / "bootstrap", cwd=self.source_dir)
60+
super().configure(**kwargs)

0 commit comments

Comments
 (0)