Skip to content

Commit

Permalink
Set build tag public (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
xander42280 authored Dec 16, 2024
1 parent bd729f0 commit 8412e71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-unknown-linux-musl";
// const DEFAULT_TAG: &str = "v1.0.0";
const DEFAULT_OUTPUT_DIR: &str = "elf";
const HELPER_TARGET_SUBDIR: &str = "elf-compilation";
pub const BUILD_TARGET: &str = "mips-unknown-linux-musl";
//pub const DEFAULT_TAG: &str = "v1.0.0";
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 8412e71

Please sign in to comment.