Fix android build
This commit is contained in:
parent
60f2c2b0c2
commit
813b350563
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ use crate::{Font, FontMatchKey, FontSystem, ShapeBuffer};
|
|||
|
||||
use self::platform::*;
|
||||
|
||||
#[cfg(not(any(unix, target_os = "windows")))]
|
||||
#[cfg(not(any(all(unix, not(target_os = "android")), target_os = "windows")))]
|
||||
#[path = "other.rs"]
|
||||
mod platform;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue