fix build, android
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
3bb7123dd5
commit
c10fc26cce
4 changed files with 10 additions and 5 deletions
|
|
@ -83,6 +83,7 @@ pub const PA_SAMPLE_RATE: u32 = 48000;
|
|||
pub(crate) struct InstallingService; // please use new
|
||||
|
||||
impl InstallingService {
|
||||
#[cfg(any(target_os = "windows", target_os = "linux"))]
|
||||
pub fn new() -> Self {
|
||||
*INSTALLING_SERVICE.lock().unwrap() = true;
|
||||
Self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue