mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
7d5425e142
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
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);
|
|
}
|
|
}
|
|
|