mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-14 12:07:35 +00:00
fix: android ci
opt: android ci opt: bridge compile time fix: android sign fix: android so opt: format
This commit is contained in:
@@ -876,7 +876,10 @@ pub fn check_zombie(children: Children) {
|
||||
}
|
||||
|
||||
pub fn start_option_status_sync() {
|
||||
let _sender = SENDER.lock().unwrap();
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
{
|
||||
let _sender = SENDER.lock().unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
// not call directly
|
||||
|
||||
Reference in New Issue
Block a user