Skip to content

Commit

Permalink
update for rustc sysroot structure changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed May 5, 2023
1 parent 0937487 commit c2e2a01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,19 +267,19 @@ version = "*"
[dependencies.std]
features = {std_features:?}
path = {src_dir_std:?}
[dependencies.test]
path = {src_dir_test:?}
[dependencies.sysroot]
path = {src_dir_sysroot:?}
"#,
std_features = std_features,
src_dir_std = src_dir.join("std"),
src_dir_test = src_dir.join("test"),
src_dir_sysroot = src_dir.join("sysroot"),
),
};
let manifest = format!(
r#"
[package]
authors = ["rustc-build-sysroot"]
name = "sysroot"
name = "custom-local-sysroot"
version = "0.0.0"
[lib]
Expand Down

0 comments on commit c2e2a01

Please sign in to comment.