mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 10:42:08 +00:00
6 lines
136 B
Rust
6 lines
136 B
Rust
fn main() {
|
|
if let Ok(bundled) = std::env::var("ZED_BUNDLE") {
|
|
println!("cargo:rustc-env=ZED_BUNDLE={}", bundled);
|
|
}
|
|
}
|
|
|