fix: build macos, default feature (#11075)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou 2025-03-10 10:16:17 +08:00 committed by GitHub
parent bdc53f0190
commit df4a101316
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ pub fn create_cliprdr_context(
#[cfg(feature = "unix-file-copy-paste")]
pub mod unix;
#[cfg(target_os = "macos")]
#[cfg(all(feature = "unix-file-copy-paste", target_os = "macos"))]
pub fn create_cliprdr_context(
_enable_files: bool,
_enable_others: bool,