mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-10 18:06:01 +02:00
fix: build macos, default feature (#11075)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
bdc53f0190
commit
df4a101316
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue