We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7a261 commit e8cf313Copy full SHA for e8cf313
pycheribuild/projects/cross/gmake.py
@@ -54,3 +54,7 @@ def setup(self):
54
# when the locale is something like en_GB.UTF-8. C.UTF-8 seems to
55
# work fine, not just C, so use that for the build.
56
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