Skip to content

Commit 0c59ad1

Browse files
committed
copy static picolibc.h file into the sysroot
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 2ae243a commit 0c59ad1

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-hyperlight"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2024"
55
license = "Apache-2.0"
66
homepage = "https://github.com/hyperlight-dev/cargo-hyperlight"

src/toolchain.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ pub fn prepare(args: &Args) -> Result<()> {
6969
&[
7070
"third_party/picolibc/libc/include",
7171
"third_party/picolibc/libc/stdio",
72+
"include",
7273
]
7374
};
7475

0 commit comments

Comments
 (0)