mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 03:09:56 +00:00
inital commit, which is clearly not initial
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
7
cli/build.rs
Executable file
7
cli/build.rs
Executable file
@@ -0,0 +1,7 @@
|
||||
fn main () {
|
||||
if let Ok(profile) = std::env::var("PROFILE") {
|
||||
println!("cargo:rustc-cfg=build_type=\"{}\"", profile);
|
||||
}
|
||||
substrate_build_script_utils::generate_cargo_keys();
|
||||
substrate_build_script_utils::rerun_if_git_head_changed();
|
||||
}
|
||||
Reference in New Issue
Block a user