bootstrap.rs 302 B

1234567
  1. // Bazel-specific bootstrap file for choo
  2. // This is used to provide the correct paths for include_bytes! in the Bazel build
  3. #[cfg(bazel_build)]
  4. pub const KERNEL_JAM: &[u8] = include_bytes!("bootstrap/choo.jam");
  5. #[cfg(bazel_build)]
  6. pub const HOON_TXT: &[u8] = include_bytes!("../hoon/hoon-138.hoon");