diff --git a/build/src/lib.rs b/build/src/lib.rs index 2b5f58ba..55a4a061 100644 --- a/build/src/lib.rs +++ b/build/src/lib.rs @@ -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. ///