Skip to content

Commit

Permalink
Merge branch 'main' into Triple_mips-zkm-zkvm-elf
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax authored Dec 19, 2024
2 parents ce7d323 + 8412e71 commit f240583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ pub use build::execute_build_program;

use clap::Parser;

const BUILD_TARGET: &str = "mips-zkm-zkvm-elf";
pub const BUILD_TARGET: &str = "mips-zkm-zkvm-elf";
// const DEFAULT_TAG: &str = "v1.0.0";
const DEFAULT_OUTPUT_DIR: &str = "elf";
const HELPER_TARGET_SUBDIR: &str = "elf-compilation";
pub const DEFAULT_OUTPUT_DIR: &str = "elf";
pub const HELPER_TARGET_SUBDIR: &str = "elf-compilation";

/// Compile an ZKM program.
///
Expand Down

0 comments on commit f240583

Please sign in to comment.