Skip to content

Commit 8d4761e

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

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
@@ -100,6 +100,7 @@ const EXTRA_CHECK_CFGS: &[(Option<Mode>, &str, Option<&[&'static str]>)] = &[
100100
// (Some(Mode::Std), "target_os", Some(&[])),
101101
// #[cfg(bootstrap)] zkvm
102102
(Some(Mode::Std), "target_os", Some(&["zkvm"])),
103+
// #[cfg(bootstrap)] risc0
103104
(Some(Mode::Std), "target_vendor", Some(&["risc0"])),
104105
(Some(Mode::Std), "target_arch", Some(&["spirv", "nvptx", "xtensa"])),
105106
/* Extra names used by dependencies */

0 commit comments

Comments
 (0)