Skip to content

Commit fed7de4

Browse files
mu001999Mark-Simulacrum
authored andcommitted
Create dir for build_triple
1 parent 4558c70 commit fed7de4

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
@@ -500,6 +500,7 @@ impl Build {
500500

501501
// Make a symbolic link so we can use a consistent directory in the documentation.
502502
let build_triple = build.out.join(&build.build.triple);
503+
t!(fs::create_dir_all(&build_triple));
503504
let host = build.out.join("host");
504505
if let Err(e) = symlink_dir(&build.config, &build_triple, &host) {
505506
if e.kind() != ErrorKind::AlreadyExists {

0 commit comments

Comments
 (0)