Skip to content

Commit

Permalink
removed custom artemis build code
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-urvanov committed Dec 2, 2020
1 parent 07327ca commit 78173fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions primitives/core/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl fmt::Display for StringError {
const DEFAULT_APP_ID: [u8; 20] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];

fn main() -> Result<(), Box<dyn std::error::Error>> {
let out_dir = env::var("OUT_DIR").unwrap();
/*let out_dir = env::var("OUT_DIR").unwrap();
let appid_envs: Vec<&str> = vec!["ETH_APP_ID", "ERC20_APP_ID"];
for appid_env in appid_envs.into_iter() {
Expand All @@ -61,6 +61,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("cargo:rerun-if-env-changed=ETH_APP_ID");
println!("cargo:rerun-if-env-changed=ERC20_APP_ID");
println!("cargo:rerun-if-changed=build.rs");

*/
Ok(())
}

0 comments on commit 78173fa

Please sign in to comment.