Skip to content

Commit ab4c9b6

Browse files
Erik KanedaUrgau
Erik Kaneda
andcommitted
Update src/bootstrap/src/lib.rs
Co-authored-by: Urgau <[email protected]>
1 parent 8b429cb commit ab4c9b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ const EXTRA_CHECK_CFGS: &[(Option<Mode>, &str, Option<&[&'static str]>)] = &[
9898
/* Extra values not defined in the built-in targets yet, but used in std */
9999
(Some(Mode::Std), "target_env", Some(&["libnx"])),
100100
// (Some(Mode::Std), "target_os", Some(&[])),
101+
// #[cfg(bootstrap)] zkvm
101102
(Some(Mode::Std), "target_os", Some(&["zkvm"])),
102103
(Some(Mode::Std), "target_vendor", Some(&["risc0"])),
103104
(Some(Mode::Std), "target_arch", Some(&["spirv", "nvptx", "xtensa"])),

0 commit comments

Comments
 (0)