mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08:00
fix: build macos, default feature (#11075)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user