mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
7 lines
125 B
Rust
7 lines
125 B
Rust
fn main() {
|
|
println!(
|
|
"cargo:rustc-env=CARGO_BUILD_TARGET={}",
|
|
std::env::var("TARGET").unwrap()
|
|
);
|
|
}
|