mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 03:08:40 -04:00
6 lines
158 B
Rust
6 lines
158 B
Rust
#![allow(clippy::disallowed_macros)]
|
|
fn main() {
|
|
let target = std::env::var("TARGET").unwrap();
|
|
println!("cargo::rustc-env=BUILD_TARGET={target}");
|
|
}
|