Skip to content

Commit

Permalink
Update the env var name in more places.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Mar 31, 2020
1 parent f6f7006 commit 6dc1750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasi/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fn main() {
let wasi_root = std::env::var("DEP_WASI_COMMON_14_WASI").unwrap();
let wasi_root = std::env::var("DEP_WASI_COMMON_15_WASI").unwrap();
println!("cargo:rustc-env=WASI_ROOT={}", wasi_root);
}

0 comments on commit 6dc1750

Please sign in to comment.