Skip to content

Commit

Permalink
reference compiler-builtins by git source
Browse files Browse the repository at this point in the history
  • Loading branch information
a-nickol committed Sep 1, 2021
1 parent 17a6d41 commit 3173418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sysroot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ impl Blueprint {
Value::Array(vec![Value::String("mem".to_owned())]),
);
cb.insert("git".to_owned(),
Value::String("https://github.com/rust-lang/compiler-builtins".to_owned()));
Value::String("https://github.com/rust-lang/compiler-builtins".to_owned()));
cb.insert("stage".to_owned(), Value::Integer(1));
t.insert(
"compiler_builtins".to_owned(),
Expand Down

0 comments on commit 3173418

Please sign in to comment.