mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
4305c5fdbe
Co-authored-by: Mikayla <mikayla@zed.dev>
6 lines
240 B
Rust
6 lines
240 B
Rust
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");
|
|
}
|