Skip to content

Commit 775805a

Browse files
mu001999Mark-Simulacrum
authored andcommitted
Create dir for build_triple
1 parent 79fa134 commit 775805a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ impl Build {
593593

594594
// Make a symbolic link so we can use a consistent directory in the documentation.
595595
let build_triple = build.out.join(&build.build.triple);
596+
t!(fs::create_dir_all(&build_triple));
596597
let host = build.out.join("host");
597598
if let Err(e) = symlink_dir(&build.config, &build_triple, &host) {
598599
if e.kind() != ErrorKind::AlreadyExists {

0 commit comments

Comments
 (0)