Skip to content

Commit 38fa4a4

Browse files
committed
Fix sysroot Cargo.toml for compiler-builtins
1 parent a80f3c4 commit 38fa4a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_system/build_sysroot/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ resolver = "2"
66

77
[dependencies]
88
core = { path = "./sysroot_src/library/core" }
9+
compiler_builtins = { path = "./sysroot_src/library/compiler-builtins/compiler-builtins" }
910
alloc = { path = "./sysroot_src/library/alloc" }
1011
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
1112
test = { path = "./sysroot_src/library/test" }

0 commit comments

Comments
 (0)