Build media and live-kit in test-mode on non-MacOS (#6859)

Build media and live-kit in test-mode on non-MacOS (Related to
https://github.com/zed-industries/zed/issues/5391
https://github.com/zed-industries/zed/issues/5395
https://github.com/zed-industries/zed/issues/5394)

This makes it possible to build the media and live-kit crates on
non-MacOS

Release Notes:

- N/A
This commit is contained in:
Amin Yahyaabadi 2024-01-29 18:04:15 -08:00 committed by GitHub
parent e69e6f5586
commit 2c834c24a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 68 additions and 6 deletions

View file

@ -3,6 +3,8 @@
#![allow(non_snake_case)]
#![allow(unused)]
#[cfg(target_os = "macos")]
use objc::*;
#[cfg(target_os = "macos")]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));