mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
5 lines
135 B
Rust
5 lines
135 B
Rust
fn main() {
|
|
if let Ok(bundled) = std::env::var("ZED_BUNDLE") {
|
|
println!("cargo:rustc-env=ZED_BUNDLE={}", bundled);
|
|
}
|
|
}
|