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.
rustbuild
bootstrap
1 parent 3e97763 commit ac3ec77Copy full SHA for ac3ec77
src/bootstrap/bootstrap.py
@@ -712,7 +712,7 @@ def bootstrap_binary(self):
712
713
def build_bootstrap(self, color):
714
"""Build bootstrap"""
715
- print("Building rustbuild")
+ print("Building bootstrap")
716
build_dir = os.path.join(self.build_dir, "bootstrap")
717
if self.clean and os.path.exists(build_dir):
718
shutil.rmtree(build_dir)
0 commit comments