From 13e288b88fdb78e2d99ab028e173935f44090aad Mon Sep 17 00:00:00 2001 From: Yury Date: Tue, 26 Nov 2024 12:14:59 +0300 Subject: [PATCH] feature flag for core_audio --- cidre/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cidre/src/lib.rs b/cidre/src/lib.rs index 49a1f934..7686b9bb 100644 --- a/cidre/src/lib.rs +++ b/cidre/src/lib.rs @@ -48,7 +48,7 @@ pub mod cm; #[cfg(feature = "core_motion")] pub mod core_motion; -#[cfg(target_os = "macos")] +#[cfg(all(target_os = "macos", feature = "core_audio"))] pub mod core_audio; /// Core Video