Skip to content

Commit 6dc1750

Browse files
committed
Update the env var name in more places.
1 parent f6f7006 commit 6dc1750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasi/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fn main() {
2-
let wasi_root = std::env::var("DEP_WASI_COMMON_14_WASI").unwrap();
2+
let wasi_root = std::env::var("DEP_WASI_COMMON_15_WASI").unwrap();
33
println!("cargo:rustc-env=WASI_ROOT={}", wasi_root);
44
}

0 commit comments

Comments
 (0)