Skip to content

Commit a4692f4

Browse files
committed
Create dir for build_triple
1 parent 22f247c commit a4692f4

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
@@ -495,6 +495,7 @@ impl Build {
495495

496496
// Make a symbolic link so we can use a consistent directory in the documentation.
497497
let build_triple = build.out.join(&build.build.triple);
498+
t!(fs::create_dir_all(&build_triple));
498499
let host = build.out.join("host");
499500
if let Err(e) = symlink_dir(&build.config, &build_triple, &host) {
500501
if e.kind() != ErrorKind::AlreadyExists {

0 commit comments

Comments
 (0)