Fix woriding from rustbuild to bootstrap

This commit is contained in:
chansuke 2023-01-27 01:21:21 +09:00
parent 3e97763872
commit ac3ec77f07

View File

@ -712,7 +712,7 @@ class RustBuild(object):
def build_bootstrap(self, color):
"""Build bootstrap"""
print("Building rustbuild")
print("Building bootstrap")
build_dir = os.path.join(self.build_dir, "bootstrap")
if self.clean and os.path.exists(build_dir):
shutil.rmtree(build_dir)