build.rs

1fn main() {
2    if let Ok(bundled) = std::env::var("ZED_BUNDLE") {
3        println!("cargo:rustc-env=ZED_BUNDLE={}", bundled);
4    }
5}