Fix woriding from rustbuild
to bootstrap
This commit is contained in:
parent
3e97763872
commit
ac3ec77f07
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user