zed/crates/storybook/build.rs

6 lines
240 B
Rust
Raw Normal View History

2023-09-20 23:32:55 +03:00
fn main() {
// Find WebRTC.framework as a sibling of the executable when running outside of an application bundle.
// TODO: We shouldn't depend on WebRTC in editor
println!("cargo:rustc-link-arg=-Wl,-rpath,@executable_path");
}